Followup to r72736: Alphabetical order
authorX! <soxred93@users.mediawiki.org>
Fri, 10 Sep 2010 19:13:07 +0000 (19:13 +0000)
committerX! <soxred93@users.mediawiki.org>
Fri, 10 Sep 2010 19:13:07 +0000 (19:13 +0000)
includes/DefaultSettings.php

index 866e349..7e68b67 100644 (file)
@@ -4369,8 +4369,8 @@ $wgExceptionHooks = array();
  * the API help page.
  */
 $wgPageProps = array(
-       'displaytitle' => 'Value of the {{DISPLAYTITLE}} tag',
        'defaultsort' => 'Value of the {{DEFAULTSORT}} tag',
+       'displaytitle' => 'Value of the {{DISPLAYTITLE}} tag',
        'hiddencat' => 'Whether or not the page has a category with the __HIDDENCAT__ magic word',
 );