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

    r49958 r50032  
    316316                </p>
    317317            <?php else : ?>
    318                 <p><em>
     318                <p>
    319319                    <?php
    320320                    printf(
     
    324324                    );
    325325                    ?>
    326                 </em></p>
     326                </p>
    327327            <?php endif; ?>
    328328        </div>
Note: See TracChangeset for help on using the changeset viewer.