Use consistent notation for "@todo FIXME". Should update http://svn.wikimedia.org...
[lhc/web/wiklou.git] / includes / revisiondelete / RevisionDeleter.php
index ea283ae..ed57705 100644 (file)
@@ -213,7 +213,7 @@ class RevisionDeleter {
                        
                        // View/modify link...
                        if ( count( $undeletedRevisions ) ) {
-                               // FIXME THIS IS A HORRIBLE HORRIBLE HACK AND SHOULD DIE
+                               // @todo FIXME: THIS IS A HORRIBLE HORRIBLE HACK AND SHOULD DIE
                                // It's not possible to pass a list of both deleted and
                                // undeleted revisions to SpecialRevisionDelete, so we're
                                // stuck with two links. See bug 23363.