Changeset 6726 for trunk/wp-admin/import/stp.php
- Timestamp:
- 02/05/2008 06:47:27 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/import/stp.php
r6430 r6726 71 71 delete_option('stpimp_posts'); 72 72 } 73 73 74 74 add_option('stpimp_posts', $posts); 75 75 $count = count($posts); … … 88 88 echo '<div class="narrow">'; 89 89 echo '<p><h3>'.__('Adding Tags to Posts…').'</h3></p>'; 90 90 91 91 // run that funky magic! 92 92 $tags_added = $this->tag2post(); 93 93 94 94 echo '<p>' . sprintf( __ngettext('Done! <strong>%s</strong> tags where added!', 'Done! <strong>%s</strong> tags where added!', $tags_added), $tags_added ) . '<br /></p>'; 95 95 echo '<form action="admin.php?import=stp&step=3" method="post">';
Note: See TracChangeset
for help on using the changeset viewer.