We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 452d8a4 commit 6304afbCopy full SHA for 6304afb
src/wp-admin/includes/ajax-actions.php
@@ -21,7 +21,7 @@ function wp_ajax_nopriv_menu_quick_search( $args ) {
21
if ( isset( $_POST['action'] ) && 'menu-quick-search' === $_POST['action'] ) {
22
add_filter(
23
'posts_search',
24
- function( $search, $query ) {
+ function ( $search, $query ) {
25
global $wpdb;
26
27
if ( ! empty( $search ) && isset( $query->query_vars['s'] ) ) {
0 commit comments