Make WordPress Core


Ignore:
Timestamp:
10/29/2013 07:05:02 PM (12 years ago)
Author:
lancewillett
Message:

Twenty Fourteen: allow any page to be set as the front page, removing requirement for front-page.php template file. Props iamtakashi, fixes #25685.

File:
1 edited

Legend:

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

    r25769 r25985  
    1616get_header(); ?>
    1717
     18<div id="main-content" class="main-content">
    1819    <section id="primary" class="content-area">
    1920        <div id="content" class="site-content" role="main">
     
    6566        </div><!-- #content -->
    6667    </section><!-- #primary -->
     68</div><!-- #main-content -->
    6769
    6870<?php
    69 get_sidebar( 'content' );
    7071get_sidebar();
    7172get_footer();
Note: See TracChangeset for help on using the changeset viewer.