Changeset 8645 for trunk/wp-admin/import/btt.php
- Timestamp:
- 08/14/2008 06:30:38 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/import/btt.php
r7071 r8645 1 1 <?php 2 /** 3 * BunnyTags Plugin Tag Importer 4 * 5 * @package WordPress 6 * @subpackage Importer 7 */ 2 8 9 /** 10 * BunnyTags Plugin tag converter 11 * 12 * This will process the BunnyTags plugin tags and convert them to the WordPress 13 * 2.3 taxonomy. 14 * 15 * @since unknown 16 */ 3 17 class BunnyTags_Import { 4 18
Note: See TracChangeset
for help on using the changeset viewer.