Opened 14 years ago
Closed 14 years ago
#15257 closed defect (bug) (fixed)
Bulk edit posts is broken on trunk
Reported by: | nacin | Owned by: | scribu |
---|---|---|---|
Milestone: | 3.1 | Priority: | normal |
Severity: | major | Version: | |
Component: | Quick/Bulk Edit | Keywords: | |
Focuses: | Cc: |
Description
Change History (7)
#2
@
14 years ago
Oops :-/ Thanks for fixing
I certainly didn't realize that my patch was going to go in verbatim - definitely thought there might be more review. Makes contributor's work all the more important I guess.
#3
@
14 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
It seems to be broken again, but this time I don't think it's caused by submit_button().
#4
@
14 years ago
Steps to reproduce:
- Go to WP-Admin -> Edit -> Posts
- Check one or more posts
- Select [Bulk Actions] -> Edit
- Modify something and click Update
You will get a message saying "X posts updated", but they stay the same.
#5
@
14 years ago
I'll try to verify later that this wasn't broken with submit_button (could be that the id/name isn't as it was before.
That's not to say someone else shouldn't investigate the broader issue.
Note: See
TracTickets for help on using
tickets.
(In [16097]) Fix nested HTML in submit_button(). fixes #15257, see #15064.