Make WordPress Core


Ignore:
Timestamp:
01/27/2021 09:02:12 PM (4 years ago)
Author:
joedolson
Message:

Administration: Remove italic text to improve readability.

Italicized text can be difficult to read for some people with dyslexia or related forms of reading disorders. This removes italics on a number of larger blocks onpm run grunt rpf text in the admin. This has been a task 5.3; this commit closes the task. Further instances of italicized text should be addressed individually.

Props afercia, xkon, audrasjb
Fixes #47327

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-signup.php

    r49992 r50032  
    985985                    printf(
    986986                        /* translators: %s: Site address. */
    987                         '<p><em>' . __( 'The site you were looking for, %s, does not exist, but you can create it now!' ) . '</em></p>',
     987                        '<p>' . __( 'The site you were looking for, %s, does not exist, but you can create it now!' ) . '</p>',
    988988                        '<strong>' . $newblog . '</strong>'
    989989                    );
     
    991991                    printf(
    992992                        /* translators: %s: Site address. */
    993                         '<p><em>' . __( 'The site you were looking for, %s, does not exist.' ) . '</em></p>',
     993                        '<p>' . __( 'The site you were looking for, %s, does not exist.' ) . '</p>',
    994994                        '<strong>' . $newblog . '</strong>'
    995995                    );
Note: See TracChangeset for help on using the changeset viewer.