Correct indentation

This commit is contained in:
Truong Giang 2017-10-17 22:16:50 +07:00 committed by GitHub
parent 73e5d3c7de
commit 5f43592689
1 changed files with 5 additions and 5 deletions

View File

@ -28,12 +28,12 @@ if ( ! defined( 'ABSPATH' ) ) {
* *
* @hooked wc_print_notices - 10 * @hooked wc_print_notices - 10
*/ */
do_action( 'woocommerce_before_single_product' ); do_action( 'woocommerce_before_single_product' );
if ( post_password_required() ) { if ( post_password_required() ) {
echo get_the_password_form(); echo get_the_password_form();
return; return;
} }
?> ?>
<div id="product-<?php the_ID(); ?>" <?php post_class(); ?>> <div id="product-<?php the_ID(); ?>" <?php post_class(); ?>>