Twenty Fourteen: remove unnecessary no-sidebar
class value in front page template. Props iamtakashi, fixes #25543.
git-svn-id: https://develop.svn.wordpress.org/trunk@25738 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
c4e2af76e4
commit
04357e30c8
@ -15,7 +15,7 @@ get_header(); ?>
|
|||||||
get_template_part( 'featured-content' );
|
get_template_part( 'featured-content' );
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<div id="primary" class="content-area no-sidebar">
|
<div id="primary" class="content-area">
|
||||||
<div id="content" class="site-content" role="main">
|
<div id="content" class="site-content" role="main">
|
||||||
<?php
|
<?php
|
||||||
if ( have_posts() ) :
|
if ( have_posts() ) :
|
||||||
|
Loading…
Reference in New Issue
Block a user