Alter some text for clarity on the Media Settings page.
Props layotte, DrewAPicture. Fixes #15732. Built from https://develop.svn.wordpress.org/trunk@25552 git-svn-id: http://core.svn.wordpress.org/trunk@25472 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
2d323d43e1
commit
103f6e7860
|
@ -47,7 +47,7 @@ include('./admin-header.php');
|
|||
<?php settings_fields('media'); ?>
|
||||
|
||||
<h3 class="title"><?php _e('Image sizes') ?></h3>
|
||||
<p><?php _e('The sizes listed below determine the maximum dimensions in pixels to use when inserting an image into the body of a post.'); ?></p>
|
||||
<p><?php _e( 'The sizes listed below determine the maximum dimensions in pixels to use when adding an image to the Media Library.' ); ?></p>
|
||||
|
||||
<table class="form-table">
|
||||
<tr valign="top">
|
||||
|
|
Loading…
Reference in New Issue