Skip to content

Commit

Permalink
Correct spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrebuet committed Sep 24, 2018
1 parent db3270a commit 4bed2dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/single-product/product-image.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
$html = wc_get_gallery_image_html( $post_thumbnail_id, true );
} else {
$html = '<div class="woocommerce-product-gallery__image--placeholder">';
$html .= sprintf( '<img src="%s" alt="%s" class="wp-post-image" />', esc_url( wc_placeholder_img_src('woocommerce_single') ), esc_html__( 'Awaiting product image', 'woocommerce' ) );
$html .= sprintf( '<img src="%s" alt="%s" class="wp-post-image" />', esc_url( wc_placeholder_img_src( 'woocommerce_single' ) ), esc_html__( 'Awaiting product image', 'woocommerce' ) );
$html .= '</div>';
}

Expand Down

0 comments on commit 4bed2dd

Please sign in to comment.