Opened 16 years ago
Closed 16 years ago
#15257 closed defect (bug) (fixed)
Bulk edit posts is broken on trunk
| Reported by: | nacin | Owned by: | scribu |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.1 |
| Component: | Quick/Bulk Edit | Version: | |
| Severity: | major | Keywords: | |
| Cc: | Focuses: |
Description
Change History (7)
#2
@
16 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
@
16 years ago
- Resolution fixed
- Status closed → reopened
It seems to be broken again, but this time I don't think it's caused by submit_button().
#4
@
16 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
@
16 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(In [16097]) Fix nested HTML in submit_button(). fixes #15257, see #15064.