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/dashboard.php

    r62179 r62324  
    773773                        $comment->comment_post_ID,
    774774                        esc_attr__( 'Reply to this comment' ),
    775                         __( 'Reply' )
     775                        /* translators: Comment reply button text. */
     776                        _x( 'Reply', 'verb' )
    776777                );
    777778
Note: See TracChangeset for help on using the changeset viewer.