Opened 14 years ago
Closed 9 years ago
#16345 closed defect (bug) (fixed)
Some submit buttons shouldn't have names
Reported by: | nacin | Owned by: | wonderboymusic |
---|---|---|---|
Milestone: | 4.4 | Priority: | normal |
Severity: | normal | Version: | 3.1 |
Component: | Administration | Keywords: | has-patch |
Focuses: | Cc: |
Description
Technically a regression due to the submit_button implementation. What happens instead is the URL gets polluted.
Noticed especially after we moved back to GET on a bunch of screens.
In these cases, we just need the form to be sent. Don't need the context info.
Attachments (3)
Change History (13)
#4
@
14 years ago
- Keywords has-patch added
- Resolution fixed deleted
- Status changed from closed to reopened
"Search Themes" and "Apply Filters" button in wp-admin/themes.php
don't need a name as well. Patch attached.
#5
@
14 years ago
These don't look like regressions though. The theme search form wasn't even there in 3.0.x .
Version 0, edited 14 years ago
by
(next)
#6
@
14 years ago
- Milestone changed from 3.1 to Future Release
If they're not regressions, and don't cause problems, let's leave them alone for 3.1.
Note: See
TracTickets for help on using
tickets.
(In [17349]) Use only an ID, no name, on the 'Filter' buttons on list screens. see #16345.