Changeset 16061 for trunk/wp-admin/export.php
- Timestamp:
- 10/28/2010 09:56:43 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/export.php
r15961 r16061 54 54 <p><?php _e('Once you’ve saved the download file, you can use the Import function on another WordPress site to import this site.'); ?></p> 55 55 <form action="" method="get"> 56 <?php submit_button( __('Download Export File'), ' secondary' ); ?>56 <?php submit_button( __('Download Export File'), 'button' ); ?> 57 57 <input type="hidden" name="download" value="true" /> 58 58 </p>
Note: See TracChangeset
for help on using the changeset viewer.