Use local context to get message
[lhc/web/wiklou.git] / includes / specials / SpecialUncategorizedimages.php
index d6a7fef..3efed74 100644 (file)
@@ -27,7 +27,7 @@
  *
  * @ingroup SpecialPage
  */
-// FIXME: Use an instance of UncategorizedPagesPage or something
+// @todo FIXME: Use an instance of UncategorizedPagesPage or something
 class UncategorizedImagesPage extends ImageQueryPage {
 
        function __construct( $name = 'Uncategorizedimages' ) {
@@ -45,7 +45,7 @@ class UncategorizedImagesPage extends ImageQueryPage {
        function isSyndicated() {
                return false;
        }
-       
+
        function getQueryInfo() {
                return array (
                        'tables' => array( 'page', 'categorylinks' ),