Changeset 2971
- Timestamp:
- 10/28/05 04:37:06 (3 years ago)
- Files:
-
- trunk/wp-admin/import/rss.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-admin/import/rss.php
r2970 r2971 99 99 $post_author = 1; 100 100 $post_status = 'publish'; 101 $this->posts[$index] = compact('post_author', 'post_date', 'post_ date_gmt', 'post_content', 'post_title', 'post_status', 'guid', 'categories');101 $this->posts[$index] = compact('post_author', 'post_date', 'post_content', 'post_title', 'post_status', 'guid', 'categories'); 102 102 $index++; 103 103 }
