Opened 2 years ago
Closed 2 years ago
#47819 closed enhancement (fixed)
Use of deprecated function in ajax tag search
Reported by: | sgastard | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 5.3 | Priority: | normal |
Severity: | minor | Version: | |
Component: | Administration | Keywords: | has-patch needs-refresh |
Focuses: | Cc: |
Description
In wp-admin/includes/ajax-actions.php, the function wp_ajax_ajax_tag_search() calls get_terms() in the deprecated way
Attachments (1)
Change History (5)
#1
@
2 years ago
- Keywords needs-refresh reporter-feedback 2nd-opinion added
- Type changed from enhancement to feature request
- Version 5.2.2 deleted
Note: See
TracTickets for help on using
tickets.
Hi @sgastard
Welcome to WordPress Trac! Thanks for the patch!
If we fix deprecated argument for get_terms then it would be a good idea to fix that deprecated argument as well form other files for consistency.