Make WordPress Core


Ignore:
Timestamp:
08/14/2008 06:30:38 AM (16 years ago)
Author:
westi
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/import/btt.php

    r7071 r8645  
    11<?php
     2/**
     3 * BunnyTags Plugin Tag Importer
     4 *
     5 * @package WordPress
     6 * @subpackage Importer
     7 */
    28
     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 */
    317class BunnyTags_Import {
    418
Note: See TracChangeset for help on using the changeset viewer.