From: X! Date: Fri, 10 Sep 2010 19:12:14 +0000 (+0000) Subject: Followup to r70638: Add pageprop descriptions for displaytitle and defaultsort X-Git-Tag: 1.31.0-rc.0~35049 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/membres/fiche.php?a=commitdiff_plain;h=c6f6d05e17d39c58a6b1ac08dcb7450323707be2;p=lhc%2Fweb%2Fwiklou.git Followup to r70638: Add pageprop descriptions for displaytitle and defaultsort --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 4823ee09af..866e349aea 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -4369,6 +4369,8 @@ $wgExceptionHooks = array(); * the API help page. */ $wgPageProps = array( + 'displaytitle' => 'Value of the {{DISPLAYTITLE}} tag', + 'defaultsort' => 'Value of the {{DEFAULTSORT}} tag', 'hiddencat' => 'Whether or not the page has a category with the __HIDDENCAT__ magic word', );