Changeset 12311 for trunk/wp-admin/includes/dashboard.php
- Timestamp:
- 12/01/2009 10:05:03 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/dashboard.php
r12287 r12311 532 532 $actions_string = ''; 533 533 if ( current_user_can('edit_post', $comment->comment_post_ID) ) { 534 // preorder it: Approve | Reply | Edit | Trash | Spam534 // preorder it: Approve | Reply | Edit | Spam | Trash 535 535 $actions = array( 536 536 'approve' => '', 'unapprove' => '', 537 537 'reply' => '', 538 538 'edit' => '', 539 ' trash' => '', 'delete' => '',540 ' spam' => ''539 'spam' => '', 540 'trash' => '', 'delete' => '' 541 541 ); 542 542
Note: See TracChangeset
for help on using the changeset viewer.