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
*/
do_action( 'woocommerce_before_single_product' );
do_action( 'woocommerce_before_single_product' );
if ( post_password_required() ) {
echo get_the_password_form();
return;
}
if ( post_password_required() ) {
echo get_the_password_form();
return;
}
?>
<div id="product-<?php the_ID(); ?>" <?php post_class(); ?>>