Remove comment clutter
authorAaron Schulz <aaron@users.mediawiki.org>
Thu, 13 Mar 2008 13:42:53 +0000 (13:42 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Thu, 13 Mar 2008 13:42:53 +0000 (13:42 +0000)
includes/SpecialRecentchanges.php

index 423ce96..5553c18 100644 (file)
@@ -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');