Make WordPress Core


Ignore:
Timestamp:
04/26/2012 12:58:16 AM (14 years ago)
Author:
nacin
Message:

Add line breaks before most form field descriptions (the italicized gray text on General Settings and other screens). props johnbillion, helenyhou, fixes #17390.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/export.php

    r19626 r20605  
    131131<form action="" method="get" id="export-filters">
    132132<input type="hidden" name="download" value="true" />
    133 <p><label><input type="radio" name="content" value="all" checked="checked" /> <?php _e( 'All content' ); ?></label>
    134 <span class="description"><?php _e( 'This will contain all of your posts, pages, comments, custom fields, terms, navigation menus and custom posts.' ); ?></span></p>
     133<p><label><input type="radio" name="content" value="all" checked="checked" /> <?php _e( 'All content' ); ?></label></p>
     134<p class="description"><?php _e( 'This will contain all of your posts, pages, comments, custom fields, terms, navigation menus and custom posts.' ); ?></p>
    135135
    136136<p><label><input type="radio" name="content" value="posts" /> <?php _e( 'Posts' ); ?></label></p>
Note: See TracChangeset for help on using the changeset viewer.