Changeset 61427 for trunk/src/wp-content/themes/twentytwelve/search.php
- Timestamp:
- 01/03/2026 10:24:48 PM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwelve/search.php
r47122 r61427 19 19 <?php 20 20 /* translators: %s: Search query. */ 21 printf( __( 'Search Results for: %s', 'twentytwelve' ), '<span>' . get_search_query() . '</span>' );21 printf( __( 'Search Results for: %s', 'twentytwelve' ), '<span>' . esc_html( get_search_query( false ) ) . '</span>' ); 22 22 ?> 23 23 </h1>
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)