Changeset 20605 for trunk/wp-admin/export.php
- Timestamp:
- 04/26/2012 12:58:16 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/export.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/export.php
r19626 r20605 131 131 <form action="" method="get" id="export-filters"> 132 132 <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> 135 135 136 136 <p><label><input type="radio" name="content" value="posts" /> <?php _e( 'Posts' ); ?></label></p>
Note: See TracChangeset
for help on using the changeset viewer.