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/category.php

    r25985 r26217  
    1212get_header(); ?>
    1313
    14 <div id="main-content" class="main-content">
    1514    <section id="primary" class="content-area">
    1615        <div id="content" class="site-content" role="main">
     
    4544        </div><!-- #content -->
    4645    </section><!-- #primary -->
    47     <?php get_sidebar( 'content' ); ?>
    48 </div><!-- #main-content -->
    4946
    5047<?php
     48get_sidebar( 'content' );
    5149get_sidebar();
    5250get_footer();
Note: See TracChangeset for help on using the changeset viewer.