Replaced all @fixme with "@todo Fixme" since doxygen doesn't have a @fixme command
[lhc/web/wiklou.git] / includes / specials / SpecialDeletedContributions.php
index 995f680..5d1e43c 100644 (file)
@@ -331,7 +331,7 @@ class DeletedContributionsPage extends SpecialPage {
         * @param Title $nt @see Title object for the target
         * @param integer $id User ID for the target
         * @return String: appropriately-escaped HTML to be output literally
-        * @fixme Almost the same as contributionsSub in SpecialContributions.php. Could be combined.
+        * @todo Fixme: almost the same as contributionsSub in SpecialContributions.php. Could be combined.
         */
        function getSubTitle( $nt, $id ) {
                global $wgSysopUserBans, $wgLang, $wgUser, $wgOut;