Fix r72737: Oops. I fail
authorX! <soxred93@users.mediawiki.org>
Fri, 10 Sep 2010 19:14:13 +0000 (19:14 +0000)
committerX! <soxred93@users.mediawiki.org>
Fri, 10 Sep 2010 19:14:13 +0000 (19:14 +0000)
includes/DefaultSettings.php

index 7e68b67..866e349 100644 (file)
@@ -4369,8 +4369,8 @@ $wgExceptionHooks = array();
  * the API help page.
  */
 $wgPageProps = array(
-       'defaultsort' => 'Value of the {{DEFAULTSORT}} tag',
        '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',
 );