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:
@@ -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 ();
|
||||
|
||||
Reference in New Issue
Block a user