Make WordPress Core


Ignore:
Timestamp:
05/07/2026 08:47:26 PM (3 months ago)
Author:
jorbin
Message:

I18N: Add translator context to the use of "Reply".

Props timse201, audrasjb, sanketparmar.
Fixes #64984.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-comments-list-table.php

    r61638 r62324  
    876876                                'vim-r comment-inline',
    877877                                esc_attr__( 'Reply to this comment' ),
    878                                 __( 'Reply' )
     878                                /* translators: Comment reply button text. */
     879                                _x( 'Reply', 'verb' )
    879880                        );
    880881                }
Note: See TracChangeset for help on using the changeset viewer.