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/taxonomy-post_format.php

    r26030 r26217  
    1616get_header(); ?>
    1717
    18 <div id="main-content" class="main-content">
    1918    <section id="primary" class="content-area">
    2019        <div id="content" class="site-content" role="main">
     
    6968        </div><!-- #content -->
    7069    </section><!-- #primary -->
    71     <?php get_sidebar( 'content' ); ?>
    72 </div><!-- #main-content -->
    7370
    7471<?php
     72get_sidebar( 'content' );
    7573get_sidebar();
    7674get_footer();
Note: See TracChangeset for help on using the changeset viewer.