Opened 4 years ago
Closed 4 years ago
#10076 closed defect (bug) (duplicate)
edit_category_form action adjustment
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Administration | Version: | 2.7.1 |
| Severity: | normal | Keywords: | categories, edit form |
| 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)
johnkolbert — 4 years ago
johnkolbert — 4 years ago
updated file using the categories.php from version 2.8-beta2-11456. Lines affected are 285-287
- Component changed from Revisions to Administration
- Milestone 2.8 deleted
- Resolution set to duplicate
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

updated categories.php