아스트라 (Astra) 테마에서 검색 시 치명적인 오류 발생 문제
949번째 줄로 이동
$title = apply_filters( 'astra_the_search_page_title', sprintf( /* translators: 1: search string */ astra_get_option( 'section-search-page-title-custom-title' ) . ' %s', '<span>' . get_search_query() . '</span>' ) );
. ' %s' 제거
$title = apply_filters( 'astra_the_search_page_title', sprintf( /* translators: 1: search string */ astra_get_option( 'section-search-page-title-custom-title' ) , '<span>' . get_search_query() . '</span>' ) );