Opened 7 years ago
Closed 7 years ago
#47819 closed enhancement (fixed)
Use of deprecated function in ajax tag search
| Reported by: | sgastard | Owned by: | SergeyBiryukov |
|---|---|---|---|
| Priority: | normal | Milestone: | 5.3 |
| Component: | Administration | Version: | |
| Severity: | minor | Keywords: | has-patch needs-refresh |
| Cc: | Focuses: |
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
@
7 years ago
- Keywords needs-refresh reporter-feedback 2nd-opinion added
- Type enhancement → feature request
- Version 5.2.2
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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.