Make WordPress Core


Ignore:
Timestamp:
04/29/2022 05:01:22 AM (3 years ago)
Author:
peterwilsoncc
Message:

Bundled Themes: Note visually hidden text for translators.

Indicate the use of screen reader only text in translator comments.

Props sabernhardt.
Fixes #55591.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentysixteen/template-parts/content-page.php

    r45932 r53308  
    3636        edit_post_link(
    3737            sprintf(
    38                 /* translators: %s: Post title. */
     38                /* translators: %s: Post title. Only visible to screen readers. */
    3939                __( 'Edit<span class="screen-reader-text"> "%s"</span>', 'twentysixteen' ),
    4040                get_the_title()
Note: See TracChangeset for help on using the changeset viewer.