Ticket #5095: utw.php.diff
| File utw.php.diff, 815 bytes (added by zamoose, 6 years ago) |
|---|
-
import/utw.php
157 157 // run that funky magic! 158 158 $tags_added = $this->tag2post(); 159 159 160 echo '<p>' . sprintf( __('Done! <strong>%s</strong> tags w here added!'), $tags_added ) . '<br /></p>';160 echo '<p>' . sprintf( __('Done! <strong>%s</strong> tags were added!'), $tags_added ) . '<br /></p>'; 161 161 162 162 echo '<form action="admin.php?import=utw&step=4" method="post">'; 163 163 wp_nonce_field('import-utw'); … … 273 273 // add it to the import page! 274 274 register_importer('utw', 'Ultimate Tag Warrior', __('Import Ultimate Tag Warrior tags into the new native tagging structure.'), array($utw_import, 'dispatch')); 275 275 276 ?> 277 No newline at end of file 276 ?>