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