Ticket #38808: 38808-search-results.patch
File 38808-search-results.patch, 643 bytes (added by , 8 years ago) |
---|
-
wp-includes/general-template.php
971 971 // If it's a search, use a dynamic search results title. 972 972 } elseif ( is_search() ) { 973 973 /* translators: %s: search phrase */ 974 $title['title'] = sprintf( __( 'Search Results for “%s”' ), get_search_query() );974 $title['title'] = sprintf( __( 'Search results for “%s”' ), get_search_query() ); 975 975 976 976 // If on the front page, use the site title. 977 977 } elseif ( is_front_page() ) {