From d5a2d6b7b66bf03ed8bbe5a88cac39b38049f472 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Thu, 13 Mar 2008 13:42:53 +0000 Subject: [PATCH] Remove comment clutter --- includes/SpecialRecentchanges.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/includes/SpecialRecentchanges.php b/includes/SpecialRecentchanges.php index 423ce96850..5553c18fdb 100644 --- a/includes/SpecialRecentchanges.php +++ b/includes/SpecialRecentchanges.php @@ -638,9 +638,7 @@ function rcFormatDiff( $row ) { $titleObj = Title::makeTitle( $row->rc_namespace, $row->rc_title ); $timestamp = wfTimestamp( TS_MW, $row->rc_timestamp ); - # Log action $actiontext = ''; - # Add action if( $row->rc_type == RC_LOG ) { if( $row->rc_deleted & LogPage::DELETED_ACTION ) { $actiontext = wfMsgHtml('rev-deleted-event'); -- 2.20.1