_s: Removes unnecessary switch in and out of PHP.

This commit is contained in:
obenland 2013-04-28 04:13:55 -07:00
parent 6056c1ed66
commit 456cd3dd01
1 changed files with 7 additions and 9 deletions

View File

@ -9,15 +9,13 @@
* *
* @package _s * @package _s
*/ */
?>
<?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
* return early without loading the comments. * return early without loading the comments.
*/ */
if ( post_password_required() ) if ( post_password_required() )
return; return;
?> ?>