Make WordPress Core

Ticket #39282: 39282.patch

File 39282.patch, 948 bytes (added by sanket.parmar, 8 years ago)

In this patch Reply is replaced with Approve and Reply.

  • wp-admin/includes/class-wp-comments-list-table.php

     
    587587
    588588                        $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' ) );
    589589
    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' ) );
    591591                }
    592592
    593593                /** This filter is documented in wp-admin/includes/dashboard.php */