From: X! Date: Fri, 10 Sep 2010 19:13:07 +0000 (+0000) Subject: Followup to r72736: Alphabetical order X-Git-Tag: 1.31.0-rc.0~35048 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=8516c7c8d392e3f578560718d69c319ce603ddab;p=lhc%2Fweb%2Fwiklou.git Followup to r72736: Alphabetical order --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 866e349aea..7e68b67ebc 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -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', );