Plugins: Adjust the pause before running plugin search AJAX request on "Add Plugins" screen to allow more time for using browser's autocomplete.
Props donmhico, apermo. Fixes #46021. git-svn-id: https://develop.svn.wordpress.org/trunk@45793 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
e196360f8c
commit
94f4dcd15a
@ -2235,7 +2235,7 @@
|
||||
wp.a11y.speak( wp.updates.l10n.pluginsFound.replace( '%d', response.count ) );
|
||||
}
|
||||
} );
|
||||
}, 500 ) );
|
||||
}, 1000 ) );
|
||||
|
||||
if ( $pluginSearch.length ) {
|
||||
$pluginSearch.attr( 'aria-describedby', 'live-search-desc' );
|
||||
|
Loading…
Reference in New Issue
Block a user