Changeset 31200 for trunk/src/wp-admin/export.php
- Timestamp:
- 01/16/2015 04:15:52 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/export.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/export.php
r31090 r31200 151 151 152 152 <h3><?php _e( 'Choose what to export' ); ?></h3> 153 <form action=""method="get" id="export-filters">153 <form method="get" id="export-filters"> 154 154 <input type="hidden" name="download" value="true" /> 155 155 <p><label><input type="radio" name="content" value="all" checked="checked" /> <?php _e( 'All content' ); ?></label></p>
Note: See TracChangeset
for help on using the changeset viewer.