Make WordPress Core


Ignore:
Timestamp:
02/07/2023 05:08:26 PM (22 months ago)
Author:
SergeyBiryukov
Message:

I18N: Mark screen reader strings as such with translator comments.

This aims to provide better context for translators and make it easier to determine that some strings contain hidden accessibility text and are not displayed in the UI.

Props kebbet, mercime, pavelevap, ocean90, swissspidy, Chouby, jipmoors, afercia, desrosj, costdev, audrasjb, SergeyBiryukov.
Fixes #29748.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwenty/classes/class-twentytwenty-walker-comment.php

    r54925 r55276  
    5858                                '<span class="fn">%1$s</span><span class="screen-reader-text says">%2$s</span>',
    5959                                esc_html( $comment_author ),
     60                                /* translators: Hidden accessibility text. */
    6061                                __( 'says:', 'twentytwenty' )
    6162                            );
Note: See TracChangeset for help on using the changeset viewer.