mirror of
https://github.com/php/phd.git
synced 2026-03-23 22:52:05 +01:00
Add the long description (refpurpose) so that we can expose that in the meta information on the web site
This commit is contained in:
@@ -195,7 +195,7 @@ $PARENTS = ' . var_export($parents, true) . ';';
|
||||
$setup = array(
|
||||
"home" => array('index'.$ext, $this->getTitle()),
|
||||
"head" => array("UTF-8", $this->lang),
|
||||
"this" => array($id.$ext, Format::getShortDescription($id)),
|
||||
"this" => array($id.$ext, Format::getShortDescription($id), Format::getLongDescription($id)),
|
||||
"up" => $up,
|
||||
"prev" => $prev,
|
||||
"next" => $next,
|
||||
|
||||
Reference in New Issue
Block a user