Changeset 8645 for trunk/wp-admin/import/stp.php
- Timestamp:
- 08/14/2008 06:30:38 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/import/stp.php
r7125 r8645 1 1 <?php 2 /** 3 * Simple Tags Plugin Importer 4 * 5 * @package WordPress 6 * @subpackage Importer 7 */ 8 9 /** 10 * Simple Tags Plugin Tags converter class. 11 * 12 * Will convert Simple Tags Plugin tags over to the WordPress 2.3 taxonomy. 13 * 14 * @since unknown 15 */ 2 16 class STP_Import { 3 17 function header() {
Note: See TracChangeset
for help on using the changeset viewer.