#23486 closed enhancement (fixed)
Deprecate/remove custom-fields.js and categories.js
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.6 |
| Component: | Administration | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: |
Description
admin-categories aka wp-admin/js/categories.js is unused since 3.1.
admin-custom-fields aka wp-admin/js/custom-fields.js is unused since 2.5.
Attachments (1)
Change History (5)
- Owner set to nacin
- Resolution set to fixed
- Status changed from new to closed
In 23446:
comment:3
SergeyBiryukov — 3 months ago
- Keywords 2nd-opinion removed
- Milestone changed from Awaiting Review to 3.6
comment:4
SergeyBiryukov — 3 months ago
- Component changed from General to Administration
Note: See
TracTickets for help on using
tickets.

Only instances in the plugin directory of either are:
plugins/zelist/admin/link-categories.php:49:wp_enqueue_script('admin-categories'); plugins/zelist-directory/wp-admin/categories.php:128:wp_enqueue_script( 'admin-categories' );Both of which are straight copies of the link-categories.php and categories.php wp-admin files.