Changeset 4608 for trunk/wp-admin/import/blogger.php
- Timestamp:
- 12/05/2006 07:15:12 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/import/blogger.php
r4535 r4608 8 8 // Shows the welcome screen and the magic iframe. 9 9 function greet() { 10 $title = __('Import Blogger ');10 $title = __('Import Blogger or Blogspot'); 11 11 $welcome = __('Howdy! This importer allows you to import posts and comments from your Blogger account into your WordPress blog.'); 12 12 $noiframes = __('This feature requires iframe support.'); … … 663 663 $blogger_import = new Blogger_Import(); 664 664 665 register_importer('blogger', __('Blogger and Blog*Spot'), __('Import <strong>posts and comments</strong> from your Blogger account'), array ($blogger_import, 'start'));665 register_importer('blogger', __('Blogger or Blog*Spot'), __('Import posts, comments, and users from a Blogger or Blog*Spot blog'), array ($blogger_import, 'start')); 666 666 667 667 ?>
Note: See TracChangeset
for help on using the changeset viewer.