Administration: Remove obsolete `.ac_results` class references.

Core does not use the jQuery.suggest plugin since [38797].

Props afercia, hareesh-pillai, garrett-eclipse.
Fixes #40260.
Built from https://develop.svn.wordpress.org/trunk@49213


git-svn-id: http://core.svn.wordpress.org/trunk@48975 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2020-10-19 22:33:08 +00:00
parent bdfd1a954f
commit 80be8c138d
5 changed files with 4 additions and 6 deletions

View File

@ -1239,7 +1239,7 @@ p.popular-tags a {
display: inline-block;
}
/* Suggest.js autocomplete, no more used by core. */
/* Back-compat styles from deprecated jQuery.suggest, see ticket #40260. */
.ac_results {
display: none;
margin: -1px 0 0;

View File

@ -1238,7 +1238,7 @@ p.popular-tags a {
display: inline-block;
}
/* Suggest.js autocomplete, no more used by core. */
/* Back-compat styles from deprecated jQuery.suggest, see ticket #40260. */
.ac_results {
display: none;
margin: -1px 0 0;

View File

@ -420,7 +420,6 @@ window.wp = window.wp || {};
$error = $errorNotice.find( '.error' );
$( 'table.widefat .spinner' ).removeClass( 'is-active' );
$( '.ac_results' ).hide();
if (r) {
if ( -1 !== r.indexOf( '<tr' ) ) {
@ -466,7 +465,6 @@ window.wp = window.wp || {};
if ( id ) {
$( '.spinner', $tableWideFat ).removeClass( 'is-active' );
$( '.ac_results' ).hide();
if ( 'bulk-edit' === id ) {

File diff suppressed because one or more lines are too long

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.6-alpha-49212';
$wp_version = '5.6-alpha-49213';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.