Revert r57002: already done when needed
authorAaron Schulz <aaron@users.mediawiki.org>
Mon, 28 Sep 2009 02:11:50 +0000 (02:11 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Mon, 28 Sep 2009 02:11:50 +0000 (02:11 +0000)
includes/ImagePage.php

index 0b1c533..3ff18dc 100644 (file)
@@ -880,10 +880,9 @@ class ImageHistoryList {
                                                ),
                                                array( 'known' )
                                        );
-                               }
-                               // Bolden oversighted content
-                               if( $file->isDeleted(File::DELETED_RESTRICTED) ) {
-                                       $del = "<strong>$del</strong>";
+                                       // Bolden oversighted content
+                                       if( $file->isDeleted(File::DELETED_RESTRICTED) )
+                                               $del = "<strong>$del</strong>";
                                }
                                $row .= "<span class='mw-revdelundel-link'>$del</span>";
                        }