r10036 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r10035‎ | r10036 | r10037 >
Date:19:55, 9 July 2005
Author:avar
Status:old
Tags:
Comment:
* One paragraph is enough
Modified paths:
  • /trunk/phase3/includes/SpecialUnusedcategories.php (modified) (history)
  • /trunk/phase3/languages/Language.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/SpecialUnusedcategories.php
@@ -20,7 +20,7 @@
2121 }
2222
2323 function getPageHeader() {
24 - return '<p>'.wfMsg('unusedcategoriestext')."</p><br />\n";
 24+ return '<p>' . wfMsg('unusedcategoriestext') . '</p>';
2525 }
2626
2727 function getSQL() {
Index: trunk/phase3/languages/Language.php
@@ -1157,7 +1157,7 @@
11581158 'unusedimagestext' => '<p>Please note that other web sites may link to an image with
11591159 a direct URL, and so may still be listed here despite being
11601160 in active use.</p>',
1161 -'unusedcategoriestext' => '<p>The following category pages exist although no other article or category make use of them.</p>',
 1161+'unusedcategoriestext' => 'The following category pages exist although no other article or category make use of them.',
11621162
11631163 'booksources' => 'Book sources',
11641164 'categoriespagetext' => 'The following categories exist in the wiki.',

Status & tagging log