Skip to content

Commit 6304afb

Browse files
committed
Update ajax-actions.php
1 parent 452d8a4 commit 6304afb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-admin/includes/ajax-actions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ function wp_ajax_nopriv_menu_quick_search( $args ) {
2121
if ( isset( $_POST['action'] ) && 'menu-quick-search' === $_POST['action'] ) {
2222
add_filter(
2323
'posts_search',
24-
function( $search, $query ) {
24+
function ( $search, $query ) {
2525
global $wpdb;
2626

2727
if ( ! empty( $search ) && isset( $query->query_vars['s'] ) ) {

0 commit comments

Comments
 (0)