Changeset 6174
- Timestamp:
- 09/28/07 17:37:16 (1 year ago)
- Files:
-
- trunk/wp-admin/import/utw.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-admin/import/utw.php
r6025 r6174 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">';
