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/twentyseventeen/template-parts/page/content-front-page-panels.php

    r46827 r53308  
    4242                    the_content(
    4343                        sprintf(
    44                             /* translators: %s: Post title. */
     44                            /* translators: %s: Post title. Only visible to screen readers. */
    4545                            __( 'Continue reading<span class="screen-reader-text"> "%s"</span>', 'twentyseventeen' ),
    4646                            get_the_title()
Note: See TracChangeset for help on using the changeset viewer.