diff --git a/includes/functions/hooks/_mobile_menu_hooks.php b/includes/functions/hooks/_mobile_menu_hooks.php index 2cdab688..cd999a6e 100644 --- a/includes/functions/hooks/_mobile_menu_hooks.php +++ b/includes/functions/hooks/_mobile_menu_hooks.php @@ -381,7 +381,7 @@ function fictioneer_mobile_user_menu() { if ( FICTIONEER_SHOW_SEARCH_IN_MENUS ) { $output['search'] = sprintf( - ' %s', + ' %s', esc_url( home_url( '/?s=' ) ), __( 'Search', 'fictioneer' ) );