Changeset 12789 for trunk/wp-admin/import/blogger.php
- Timestamp:
- 01/21/2010 09:37:43 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/import/blogger.php
r12752 r12789 660 660 } 661 661 662 $directions = __('All posts were imported with the current user as author. Use this form to move each Blogger user’s posts to a different WordPress user. You may <a href="users.php">add users</a> and then return to this page and complete the user mapping. This form may be used as many times as you like until you activate the “Restart” function below.');662 $directions = sprintf( __('All posts were imported with the current user as author. Use this form to move each Blogger user’s posts to a different WordPress user. You may <a href="%s">add users</a> and then return to this page and complete the user mapping. This form may be used as many times as you like until you activate the “Restart” function below.'), 'users.php' ); 663 663 $heading = __('Author mapping'); 664 664 $blogtitle = "{$blog['title']} ({$blog['host']})";
Note: See TracChangeset
for help on using the changeset viewer.