Changeset 45932 for trunk/src/wp-content/themes/twentyten/search.php
- Timestamp:
- 09/03/2019 12:39:13 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyten/search.php
r45609 r45932 16 16 <h1 class="page-title"> 17 17 <?php 18 /* translators: %s: search query*/18 /* translators: %s: Search query. */ 19 19 printf( __( 'Search Results for: %s', 'twentyten' ), '<span>' . get_search_query() . '</span>' ); 20 20 ?>
Note: See TracChangeset
for help on using the changeset viewer.