#6753 closed defect (bug) (fixed)
Autosave changes draft post's author
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 2.5.1 | Priority: | normal |
| Severity: | normal | Version: | 2.5 |
| Component: | General | Keywords: | author autosave has-patch |
| Focuses: | Cc: |
Description
Autosave is changing the draft post's author when another user makes changes.
Steps to reproduce:
- Create and save a draft post with user1
- Logout
- Login with user2
- Edit the draft
- Wait for autosave
- Go back to Manage->Posts and see the author has changed
Tested using r7693.
Change History (7)
This ticket was mentioned in PR #6754 on WordPress/wordpress-develop by @jonsurrell.
20 months ago
#6
- Keywords has-patch added
This applies three fixes that appeared as part of adding type annotations to the HTML API in #6753.
- Fix a bug where a string was passed instead of a token
- Fix Tag Processor bug where null was used as int
- Fix return type error in tag processor get_token_name
Trac ticket:
Note: See
TracTickets for help on using
tickets.
(In [7708]) Preserve author during autosave. fixes #6753 for trunk