Index: branches/wmf/1.18wmf1/extensions/FlaggedRevs/presentation/RevisionReviewFormUI.php |
— | — | @@ -189,7 +189,7 @@ |
190 | 190 | # Add the submit buttons |
191 | 191 | $form .= self::submitButtons( $rejectId, $frev, (bool)$disabled, $reviewIncludes ); |
192 | 192 | # Add "cancel" link |
193 | | - $form .= Linker::link( $article->getTitle(), wfMsg( 'revreview-cancel' ) ); |
| 193 | + #$form .= Linker::link( $article->getTitle(), wfMsg( 'revreview-cancel' ) ); |
194 | 194 | |
195 | 195 | # Show stability log if there is anything interesting... |
196 | 196 | if ( $article->isPageLocked() ) { |