Changeset 25985 for trunk/src/wp-content/themes/twentyfourteen/search.php
- Timestamp:
- 10/29/2013 07:05:02 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/search.php
r25769 r25985 10 10 get_header(); ?> 11 11 12 <div id="main-content" class="main-content"> 12 13 <section id="primary" class="content-area"> 13 14 <div id="content" class="site-content" role="main"> … … 35 36 </div><!-- #content --> 36 37 </section><!-- #primary --> 38 <?php get_sidebar( 'content' ); ?> 39 </div><!-- #main-content --> 37 40 38 41 <?php 39 get_sidebar( 'content' );40 42 get_sidebar(); 41 43 get_footer(); 44
Note: See TracChangeset
for help on using the changeset viewer.