Ticket #39282: 39282.patch
File 39282.patch, 948 bytes (added by , 8 years ago) |
---|
-
wp-admin/includes/class-wp-comments-list-table.php
587 587 588 588 $actions['quickedit'] = sprintf( $format, $comment->comment_ID, $comment->comment_post_ID, 'edit', 'vim-q comment-inline', esc_attr__( 'Quick edit this comment inline' ), __( 'Quick Edit' ) ); 589 589 590 $actions['reply'] = sprintf( $format, $comment->comment_ID, $comment->comment_post_ID, 'replyto', 'vim-r comment-inline', esc_attr__( 'Reply to this comment' ), __( ' Reply' ) );590 $actions['reply'] = sprintf( $format, $comment->comment_ID, $comment->comment_post_ID, 'replyto', 'vim-r comment-inline', esc_attr__( 'Reply to this comment' ), __( 'Approve and Reply' ) ); 591 591 } 592 592 593 593 /** This filter is documented in wp-admin/includes/dashboard.php */