Followup to r70638: Add pageprop descriptions for displaytitle and defaultsort
authorX! <soxred93@users.mediawiki.org>
Fri, 10 Sep 2010 19:12:14 +0000 (19:12 +0000)
committerX! <soxred93@users.mediawiki.org>
Fri, 10 Sep 2010 19:12:14 +0000 (19:12 +0000)
includes/DefaultSettings.php

index 4823ee0..866e349 100644 (file)
@@ -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',
 );