Opened 16 years ago
Closed 16 years ago
#10076 closed defect (bug) (duplicate)
edit_category_form action adjustment
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 2.7.1 |
Component: | Administration | Keywords: | categories, edit form |
Focuses: | Cc: |
Description
In categories.php an action on line 281 called "edit_category_form" allows plugins to add information to the category form. However, this action runs AFTER the submit button for the form and isn't very useful as is.
To make this action useful I purpose moving line 281 up two lines so that it runs BEFORE the submit button is created on the screen. This allows plugin authors to add category form elements which appear before the submit button.
Attachments (2)
Change History (3)
Note: See
TracTickets for help on using
tickets.
updated categories.php