diff --git src/wp-admin/includes/deprecated.php src/wp-admin/includes/deprecated.php
index f6e249ca5e..61989cb5b9 100644
|
|
function options_permalink_add_js() { |
1519 | 1519 | * Ajax handler for tag search. |
1520 | 1520 | * |
1521 | 1521 | * @since 3.1.0 |
1522 | | * @deprecated 4.9.0 Use the REST API tags endpoint instead. |
| 1522 | * @deprecated 5.0.0 Use the REST API tags endpoint instead. |
1523 | 1523 | */ |
1524 | 1524 | function wp_ajax_ajax_tag_search() { |
1525 | | _deprecated_function( __FUNCTION__, '4.8', '/wp-json/wp/v2/tags' ); |
| 1525 | _deprecated_function( __FUNCTION__, '5.0.0', '/wp-json/wp/v2/tags' ); |
1526 | 1526 | |
1527 | 1527 | if ( ! isset( $_GET['tax'] ) ) { |
1528 | 1528 | wp_die( 0 ); |