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/greymatter.php

    r7883 r8645  
    11<?php
    2 
     2/**
     3 * GreyMatter Importer
     4 *
     5 * @package WordPress
     6 * @subpackage Importer
     7 */
     8
     9/**
     10 * GreyMatter Importer class
     11 *
     12 * Basic GreyMatter to WordPress importer, will import posts, comments, and
     13 * posts karma.
     14 *
     15 * @since unknown
     16 */
    317class GM_Import {
    418
Note: See TracChangeset for help on using the changeset viewer.