Make WordPress Core


Ignore:
Timestamp:
12/06/2013 02:21:15 PM (11 years ago)
Author:
nacin
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/options-discussion.php

    r26518 r26724  
    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>
Note: See TracChangeset for help on using the changeset viewer.