Twenty Twelve: comments.php, cleanup and better indentation. Props obenland, see #21685.
git-svn-id: https://develop.svn.wordpress.org/trunk@21621 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
762134e6f6
commit
4e6d018d53
@ -11,8 +11,7 @@
|
|||||||
* @subpackage Twenty_Twelve
|
* @subpackage Twenty_Twelve
|
||||||
* @since Twenty Twelve 1.0
|
* @since Twenty Twelve 1.0
|
||||||
*/
|
*/
|
||||||
?>
|
|
||||||
<?php
|
|
||||||
/*
|
/*
|
||||||
* If the current post is protected by a password and
|
* If the current post is protected by a password and
|
||||||
* the visitor has not yet entered the password we will
|
* the visitor has not yet entered the password we will
|
||||||
@ -21,6 +20,7 @@
|
|||||||
if ( post_password_required() )
|
if ( post_password_required() )
|
||||||
return;
|
return;
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<div id="comments" class="comments-area">
|
<div id="comments" class="comments-area">
|
||||||
|
|
||||||
<?php // You can start editing here -- including this comment! ?>
|
<?php // You can start editing here -- including this comment! ?>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user