[wpmu-trac] [WordPress MU Trac] #862: RSS import ignores "dc:creator" (post_author defaults to "1")

WordPress MU Trac wpmu-trac at lists.automattic.com
Fri Jan 23 21:06:09 GMT 2009


#862: RSS import ignores "dc:creator" (post_author defaults to "1")
----------------------------+-----------------------------------------------
 Reporter:  oregondean      |       Owner:  somebody           
     Type:  enhancement     |      Status:  new                
 Priority:  normal          |   Milestone:  WPMU 2.0           
Component:  Administration  |     Version:  2.7                
 Severity:  normal          |    Keywords:  RSS, import, author
----------------------------+-----------------------------------------------
 RSS.php import defaults the $post_author to "1", which is the WPMU admin
 and seldom the proper imported post author.

 Suggest an improvement to the RSS.php import routine (around line 98) to
 check to see if "dc:creator" is numeric.  If so, use the numeric value as
 the $post_author. If not, default to 1. (or see below)

 A separate ticket will be used to suggest the import.php routine prompt
 for a global author ID (if one is not expected to be part of the import)
 for all posts being imported.  In this case RSS.php would need to allow
 for an additional parameter, post_author, to be passed from import.php.

-- 
Ticket URL: <http://trac.mu.wordpress.org/ticket/862>
WordPress MU Trac <http://mu.wordpress.org/>
WordPress Multiuser


More information about the wpmu-trac mailing list