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/includes/file.php

    r49942 r50032  
    22472247        <span class="field-title"><?php echo $label_pass; ?></span>
    22482248        <input name="password" type="password" id="password" value="<?php echo $password_value; ?>"<?php disabled( defined( 'FTP_PASS' ) ); ?> />
    2249         <em>
    22502249        <?php
    22512250        if ( ! defined( 'FTP_PASS' ) ) {
    22522251            _e( 'This password will not be stored on the server.' );}
    22532252        ?>
    2254 </em>
    22552253    </label>
    22562254</div>
Note: See TracChangeset for help on using the changeset viewer.