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

git-svn-id: http://svn.automattic.com/wordpress/trunk@8645 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
westi
2008-08-14 06:30:38 +00:00
parent 1ef0029be8
commit 7f894ae416
46 changed files with 1027 additions and 167 deletions

View File

@@ -1,7 +1,20 @@
<?php
/**
* Blogware XML Importer
*
* @package WordPress
* @subpackage Importer
* @author Shayne Sweeney
* @link http://www.theshayne.com/
*/
/* By Shayne Sweeney - http://www.theshayne.com/ */
/**
* Blogware XML Importer class
*
* Extract posts from Blogware XML export file into your blog.
*
* @since unknown
*/
class BW_Import {
var $file;