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

git-svn-id: https://develop.svn.wordpress.org/trunk@50032 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Joe Dolson
2021-01-27 21:02:12 +00:00
parent e1c98a744b
commit 482a549085
6 changed files with 20 additions and 24 deletions

View File

@@ -288,7 +288,7 @@ $content = esc_textarea( $content );
<span class="spinner"></span>
</p>
<?php else : ?>
<p><em>
<p>
<?php
printf(
/* translators: %s: Documentation URL. */
@@ -296,7 +296,7 @@ $content = esc_textarea( $content );
__( 'https://wordpress.org/support/article/changing-file-permissions/' )
);
?>
</em></p>
</p>
<?php endif; ?>
<?php wp_print_file_editor_templates(); ?>