http://www.mediawiki.org/wiki/Special:Code/MediaWiki/72736

Revision: 72736
Author:   soxred93
Date:     2010-09-10 19:12:14 +0000 (Fri, 10 Sep 2010)

Log Message:
-----------
Followup to r70638: Add pageprop descriptions for displaytitle and defaultsort

Modified Paths:
--------------
    trunk/phase3/includes/DefaultSettings.php

Modified: trunk/phase3/includes/DefaultSettings.php
===================================================================
--- trunk/phase3/includes/DefaultSettings.php   2010-09-10 19:06:05 UTC (rev 
72735)
+++ trunk/phase3/includes/DefaultSettings.php   2010-09-10 19:12:14 UTC (rev 
72736)
@@ -4369,6 +4369,8 @@
  * 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',
 );
 



_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to