Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -4369,8 +4369,8 @@ |
4370 | 4370 | * the API help page. |
4371 | 4371 | */ |
4372 | 4372 | $wgPageProps = array( |
| 4373 | + 'displaytitle' => 'Value of the {{DISPLAYTITLE}} tag', |
4373 | 4374 | 'defaultsort' => 'Value of the {{DEFAULTSORT}} tag', |
4374 | | - 'displaytitle' => 'Value of the {{DISPLAYTITLE}} tag', |
4375 | 4375 | 'hiddencat' => 'Whether or not the page has a category with the __HIDDENCAT__ magic word', |
4376 | 4376 | ); |
4377 | 4377 | |