#23486 closed enhancement (fixed)
Deprecate/remove custom-fields.js and categories.js
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.6.1 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Administration | Keywords: | has-patch |
| Focuses: | 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 (2)
Change History (13)
#2
@
13 years ago
- Owner set to nacin
- Resolution set to fixed
- Status changed from new to closed
In 23446:
#5
@
12 years ago
These files have been left in the zip package as 0-byte files which results in a copy error when unzipping the package using PHPs ZipArchive library. They should be removed from the zip archive if they have been deprecated/removed.
#9
@
12 years ago
- Milestone changed from 3.6 to 3.6.1
- Resolution set to fixed
- Status changed from reopened to closed
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.