Opened 15 years ago
Closed 15 years ago
#12746 closed defect (bug) (fixed)
edit-tag-form.php filters AFTER submit button?
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.0 | Priority: | normal |
Severity: | normal | Version: | |
Component: | UI | Keywords: | 2nd-opinion has-patch |
Focuses: | Cc: |
Description
If you were to hook into the edit tag (taxonomy) form in edit-tag-form.php, anything you add outside of the table (using '[taxonomy]_edit_form') will show up after the submit button, which just isn't right. Shouldn't the submit button be last?
Attachments (2)
Change History (7)
#1
@
15 years ago
- Keywords dev-feedback has-patch added
While on the subject, when editing a term, it still shows 'Edit Tag' in the browser window, regardless of the taxonomy.
#2
@
15 years ago
- Owner set to dd32
- Status changed from new to accepted
Sounds reasonable to me, Have to check where those filters were on pre 3.0 to make sure its not breaking some thing..
#4
@
15 years ago
- Keywords 2nd-opinion added; dev-feedback removed
Have to check where those filters were on pre 3.0 to make sure its not breaking some thing..
It was the same in 2.9.
The hooks mentioned here shouldnt be used to add extra fields, however, Adding it before the submit button does seem a far better location than we currently are using.
Do '[taxonomy]_edit_form' hooks after submit button.