~katiekitty/+junk/wordpress-byet

« back to all changes in this revision

Viewing changes to wp-admin/import/greymatter.php

  • Committer: kserver
  • Date: 2010-05-15 01:16:36 UTC
  • Revision ID: kserver@kserver-desktop-20100515011636-mnr1j7t637suptdq
Wordpress 2.9.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
<tr>
64
64
<td><label for="lastentry"><?php _e('Last entry&#8217;s number:') ?></label></td>
65
65
<td><input type="text" name="lastentry" id="lastentry" value="00000001" /><br />
66
 
        <?php _e('This importer will search for files 00000001.cgi to 000-whatever.cgi,<br />so you need to enter the number of the last GM post here.<br />(if you don&#8217;t know that number, just log into your FTP and look it out<br />in the entries&#8217; folder)') ?></td>
 
66
        <?php _e('This importer will search for files 00000001.cgi to 000-whatever.cgi,<br />so you need to enter the number of the last GM post here.<br />(if you don&#8217;t know that number, just log in to your FTP and look it out<br />in the entries&#8217; folder)') ?></td>
67
67
</tr>
68
68
</table>
69
69
<p class="submit"><input type="submit" name="submit" class="button" value="<?php esc_attr_e('Start Importing') ?>" /></p>