Opened 3 months ago

Closed 3 months ago

Last modified 3 months ago

#23486 closed enhancement (fixed)

Deprecate/remove custom-fields.js and categories.js

Reported by: ocean90 Owned by: nacin
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)

23486.patch (5.3 KB) - added by ocean90 3 months ago.

Download all attachments as: .zip

Change History (5)

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.

  • Owner set to nacin
  • Resolution set to fixed
  • Status changed from new to closed

In 23446:

Remove unused admin-categories and admin-custom-fields JavaScript files. props ocean90. fixes #23486.

  • Keywords 2nd-opinion removed
  • Milestone changed from Awaiting Review to 3.6
  • Component changed from General to Administration
Note: See TracTickets for help on using tickets.