Index: trunk/phase3/includes/ImagePage.php |
— | — | @@ -880,11 +880,10 @@ |
881 | 881 | ), |
882 | 882 | array( 'known' ) |
883 | 883 | ); |
| 884 | + // Bolden oversighted content |
| 885 | + if( $file->isDeleted(File::DELETED_RESTRICTED) ) |
| 886 | + $del = "<strong>$del</strong>"; |
884 | 887 | } |
885 | | - // Bolden oversighted content |
886 | | - if( $file->isDeleted(File::DELETED_RESTRICTED) ) { |
887 | | - $del = "<strong>$del</strong>"; |
888 | | - } |
889 | 888 | $row .= "<span class='mw-revdelundel-link'>$del</span>"; |
890 | 889 | } |
891 | 890 | $row .= '</td>'; |