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,5 +1,20 @@
<?php
/**
* RSS Importer
*
* @package WordPress
* @subpackage Importer
*/
/**
* RSS Importer
*
* Will process a RSS feed for importing posts into WordPress. This is a very
* limited importer and should only be used as the last resort, when no other
* importer is available.
*
* @since unknown
*/
class RSS_Import {
var $posts = array ();