Changeset 47122 for trunk/src/wp-content/themes/twentytwelve/search.php
- Timestamp:
- 01/29/2020 12:43:23 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwelve/search.php
r45932 r47122 26 26 <?php twentytwelve_content_nav( 'nav-above' ); ?> 27 27 28 <?php /* Start the Loop */ ?>29 28 <?php 29 // Start the Loop. 30 30 while ( have_posts() ) : 31 31 the_post();
Note: See TracChangeset
for help on using the changeset viewer.