Make WordPress Core


Ignore:
Timestamp:
02/12/2006 07:53:23 AM (21 years ago)
Author:
ryan
Message:

Death to trailing tabs. Props Mark J. fixes #2405

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/list-manipulation.php

    r3379 r3517  
    5555        if ( !$comment = get_comment($id) )
    5656                die('0');
    57         if ( !current_user_can('edit_post', $comment->comment_post_ID) )       
     57        if ( !current_user_can('edit_post', $comment->comment_post_ID) )
    5858                die('-1');
    5959
     
    7878        }
    7979        break;
    80 endswitch;             
     80endswitch;
    8181?>
Note: See TracChangeset for help on using the changeset viewer.