mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-10 18:37:58 +01:00
Twenty Fourteen: remove unnecessary no-sidebar
class value in front page template. Props iamtakashi, fixes #25543.
Built from https://develop.svn.wordpress.org/trunk@25738 git-svn-id: http://core.svn.wordpress.org/trunk@25651 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
7f766fccb5
commit
29a60aa56c
@ -15,7 +15,7 @@ get_header(); ?>
|
||||
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">
|
||||
<?php
|
||||
if ( have_posts() ) :
|
||||
|
Loading…
Reference in New Issue
Block a user