Make WordPress Core


Ignore:
Timestamp:
11/15/2013 07:01:00 PM (11 years ago)
Author:
lancewillett
Message:

Twenty Fourteen: remove main-content element where not necessary, props iamtakashi. See #25946.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyfourteen/archive.php

    r25985 r26217  
    2020get_header(); ?>
    2121
    22 <div id="main-content" class="main-content">
    2322    <section id="primary" class="content-area">
    2423        <div id="content" class="site-content" role="main">
     
    6160        </div><!-- #content -->
    6261    </section><!-- #primary -->
    63     <?php get_sidebar( 'content' ); ?>
    64 </div><!-- #main-content -->
    6562
    6663<?php
     64get_sidebar( 'content' );
    6765get_sidebar();
    6866get_footer();
Note: See TracChangeset for help on using the changeset viewer.