#23486 closed enhancement (fixed)
Deprecate/remove custom-fields.js and categories.js
| Reported by: | ocean90 | Owned by: | nacin |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.6.1 |
| Component: | Administration | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
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)
#5
@
13 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.
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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.