Use consistent notation for "@todo FIXME". Should update http://svn.wikimedia.org...
[lhc/web/wiklou.git] / includes / parser / ParserOptions.php
index 88e2584..98ec4a1 100644 (file)
@@ -307,7 +307,7 @@ class ParserOptions {
                        $confstr .= '!*';
 
                // add in language specific options, if any
-               // FIXME: This is just a way of retrieving the url/user preferred variant
+               // @todo FIXME: This is just a way of retrieving the url/user preferred variant
                $confstr .= $wgContLang->getExtraHashOptions();
 
                $confstr .= $wgRenderHashAppend;