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-admin/plugin-editor.php

    r49958 r50032  
    289289        </p>
    290290    <?php else : ?>
    291         <p><em>
     291        <p>
    292292            <?php
    293293            printf(
     
    297297            );
    298298            ?>
    299         </em></p>
     299        </p>
    300300    <?php endif; ?>
    301301
Note: See TracChangeset for help on using the changeset viewer.