Opened 15 years ago
Closed 15 years ago
#17631 closed defect (bug) (duplicate)
Post revision author
| Reported by: | amirhabibi | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Revisions | Version: | 3.1.3 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Duplicate of #16215, or maybe #16928?