Opened 14 years ago
Closed 14 years ago
#17631 closed defect (bug) (duplicate)
Post revision author
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.1.3 |
Component: | Revisions | Keywords: | |
Focuses: | Cc: |
Description
Hi there !
When you update a post using :
wp_update_post(array('ID'=>$a,'post_author'=>$b,'post_content' =>$c));
And you change the post_author ID, the name of the last revision author isn't right in post.php (main editor page / revisions box).
When you go to revision.php, you find the correct name.
Change History (2)
Note: See
TracTickets for help on using
tickets.
Duplicate of #16215, or maybe #16928?