Use p.description instead of <small> on the discussion settings page. see #26441.

Built from https://develop.svn.wordpress.org/trunk@26724


git-svn-id: http://core.svn.wordpress.org/trunk@26613 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Nacin 2013-12-06 14:22:11 +00:00
parent 135adf3975
commit b9bbf2e814
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
<input name="default_comment_status" type="checkbox" id="default_comment_status" value="open" <?php checked('open', get_option('default_comment_status')); ?> /> <input name="default_comment_status" type="checkbox" id="default_comment_status" value="open" <?php checked('open', get_option('default_comment_status')); ?> />
<?php _e('Allow people to post comments on new articles'); ?></label> <?php _e('Allow people to post comments on new articles'); ?></label>
<br /> <br />
<small><em><?php echo '(' . __('These settings may be overridden for individual articles.') . ')'; ?></em></small> <p class="description"><?php echo '(' . __( 'These settings may be overridden for individual articles.' ) . ')'; ?></p>
</fieldset></td> </fieldset></td>
</tr> </tr>
<tr valign="top"> <tr valign="top">