Ticket #18218: search-results.patch
File search-results.patch, 643 bytes (added by , 7 years ago) |
---|
-
wp-includes/general-template.php
963 963 // If it's a search, use a dynamic search results title. 964 964 } elseif ( is_search() ) { 965 965 /* translators: %s: search phrase */ 966 $title['title'] = sprintf( __( 'Search Results for “%s”' ), get_search_query() );966 $title['title'] = sprintf( __( 'Search results for “%s”' ), get_search_query() ); 967 967 968 968 // If on the front page, use the site title. 969 969 } elseif ( is_front_page() ) {