Correct indentation
This commit is contained in:
parent
73e5d3c7de
commit
5f43592689
|
@ -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(); ?>>
|
||||||
|
|
Loading…
Reference in New Issue