Opened 15 years ago
Closed 11 years ago
#16345 closed defect (bug) (fixed)
Some submit buttons shouldn't have names
| Reported by: | nacin | Owned by: | wonderboymusic |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.4 |
| Component: | Administration | Version: | 3.1 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
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
@
15 years ago
- Keywords has-patch added
- Resolution fixed
- Status closed → reopened
"Search Themes" and "Apply Filters" button in wp-admin/themes.php don't need a name as well. Patch attached.
#5
@
15 years ago
These don't look like regressions though. The theme search form wasn't even there in 3.0.x .
EDIT: Actually they're regressions, but as MarkJaquith said, they don't cause problems and we can leave them to 3.2
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(In [17349]) Use only an ID, no name, on the 'Filter' buttons on list screens. see #16345.