Changeset 14070 for trunk/wp-admin/import/mt.php
- Timestamp:
- 04/11/2010 10:41:54 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/import/mt.php
r13807 r14070 37 37 ?> 38 38 <div class="narrow"> 39 <p><?php _e( 'Howdy! We’re about to begin importing all of your Movable Type or TypePad entries into WordPress. To begin, either choose a file to upload and click “Upload file and import”, or use FTP to upload your MT export file as <code>mt-export.txt</code> in your <code>/wp-content/</code> directory and then click "Import mt-export.txt"'); ?></p>39 <p><?php _e( 'Howdy! We are about to begin importing all of your Movable Type or TypePad entries into WordPress. To begin, either choose a file to upload and click “Upload file and import”, or use FTP to upload your MT export file as <code>mt-export.txt</code> in your <code>/wp-content/</code> directory and then click “Import mt-export.txt”.' ); ?></p> 40 40 41 41 <?php wp_import_upload_form( add_query_arg('step', 1) ); ?>
Note: See TracChangeset
for help on using the changeset viewer.