Make WordPress Core


Ignore:
Timestamp:
04/19/2006 08:02:16 AM (20 years ago)
Author:
matt
Message:

A better comment delete button

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/post.php

    r3683 r3721  
    1818    }
    1919}
    20 if (isset($_POST['deletepost']))
    21 $action = "delete";
     20
     21if ( isset( $_POST['deletepost'] ) )
     22    $action = 'delete';
    2223
    2324switch($action) {
Note: See TracChangeset for help on using the changeset viewer.