Changeset 8645 for trunk/wp-admin/import/utw.php
- Timestamp:
- 08/14/08 06:30:38 (3 months ago)
- Files:
-
- trunk/wp-admin/import/utw.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-admin/import/utw.php
r7071 r8645 1 1 <?php 2 2 /** 3 * The Ultimate Tag Warrior Importer. 4 * 5 * @package WordPress 6 * @subpackage Importer 7 */ 8 9 /** 10 * Ultimate Tag Warrior Converter to 2.3 taxonomy. 11 * 12 * This converts the Ultimate Tag Warrior tags to the 2.3 WordPress taxonomy. 13 * 14 * @since 2.3.0 15 */ 3 16 class UTW_Import { 4 17
