Changeset 25985 for trunk/src/wp-content/themes/twentyfourteen/category.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/category.php
r25769 r25985 12 12 get_header(); ?> 13 13 14 <div id="main-content" class="main-content"> 14 15 <section id="primary" class="content-area"> 15 16 <div id="content" class="site-content" role="main"> … … 44 45 </div><!-- #content --> 45 46 </section><!-- #primary --> 47 <?php get_sidebar( 'content' ); ?> 48 </div><!-- #main-content --> 46 49 47 50 <?php 48 get_sidebar( 'content' );49 51 get_sidebar(); 50 52 get_footer();
Note: See TracChangeset
for help on using the changeset viewer.