#6753 closed defect (bug) (fixed)
Autosave changes draft post's author
| Reported by: | MtDewVirus | Owned by: | ryan |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.5.1 |
| Component: | General | Version: | 2.5 |
| Severity: | normal | Keywords: | author autosave has-patch |
| Cc: | Focuses: |
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.
2 years 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(In [7708]) Preserve author during autosave. fixes #6753 for trunk