Show
Ignore:
Timestamp:
08/14/08 06:30:38 (3 months ago)
Author:
westi
Message:

phpdoc for wp-admin. See #7496 props santosj.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-admin/import/utw.php

    r7071 r8645  
    11<?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 */ 
    316class UTW_Import { 
    417