Skip to content

Commit ae61a2b

Browse files
committed
Use p.description instead of <small> on the discussion settings page. see #26441.
git-svn-id: https://develop.svn.wordpress.org/trunk@26724 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 4700fee commit ae61a2b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-admin/options-discussion.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<input name="default_comment_status" type="checkbox" id="default_comment_status" value="open" <?php checked('open', get_option('default_comment_status')); ?> />
5353
<?php _e('Allow people to post comments on new articles'); ?></label>
5454
<br />
55-
<small><em><?php echo '(' . __('These settings may be overridden for individual articles.') . ')'; ?></em></small>
55+
<p class="description"><?php echo '(' . __( 'These settings may be overridden for individual articles.' ) . ')'; ?></p>
5656
</fieldset></td>
5757
</tr>
5858
<tr valign="top">

0 commit comments

Comments
 (0)