Make WordPress Core


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

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

File:
1 edited

Legend:

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

    r7125 r8645  
    11<?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 */
    216class STP_Import {
    317    function header()  {
Note: See TracChangeset for help on using the changeset viewer.