Make WordPress Core

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)

#1 @nacin
15 years ago

Duplicate of #16215, or maybe #16928?

#2 @dd32
15 years ago

  • Milestone Awaiting Review
  • Resolutionduplicate
  • Status newclosed

#16215

Definitely. Thats just a higher level overview of the problem. (And even then, I swear there'd be an older ticket around)

Note: See TracTickets for help on using tickets.