- Timestamp:
- 07/17/2014 09:13:53 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-comments-list-table.php
r29137 r29206 425 425 426 426 if ( $user_can ) { 427 // preorder it: Approve | Reply | Quick Edit | Edit | Spam | Trash427 // Preorder it: Approve | Reply | Quick Edit | Edit | Spam | Trash. 428 428 $actions = array( 429 429 'approve' => '', 'unapprove' => '', … … 435 435 ); 436 436 437 if ( $comment_status && 'all' != $comment_status ) { // not looking at all comments 437 // Not looking at all comments. 438 if ( $comment_status && 'all' != $comment_status ) { 438 439 if ( 'approved' == $the_comment_status ) 439 440 $actions['unapprove'] = "<a href='$unapprove_url' data-wp-lists='delete:the-comment-list:comment-$comment->comment_ID:e7e7d3:action=dim-comment&new=unapproved' class='vim-u vim-destructive' title='" . esc_attr__( 'Unapprove this comment' ) . "'>" . __( 'Unapprove' ) . '</a>';
Note: See TracChangeset
for help on using the changeset viewer.