Merge pull request #4528 from alexcsandru/patch-1

Update wc-template-functions.php
This commit is contained in:
Mike Jolley 2014-01-19 10:04:46 -08:00
commit 9275eb89d6
1 changed files with 1 additions and 1 deletions

View File

@ -1472,7 +1472,7 @@ if ( ! function_exists( 'woocommerce_subcategory_thumbnail' ) ) {
}
if ( $image )
echo '<img src="' . esc_url( $image ) . '" alt="' . esc_attr( $category->name ) . '" width="' . esc_attr( $dimensions['width'] ) . '" height="' . esc_url( $dimensions['height'] ) . '" />';
echo '<img src="' . esc_url( $image ) . '" alt="' . esc_attr( $category->name ) . '" width="' . esc_attr( $dimensions['width'] ) . '" height="' . esc_attr( $dimensions['height'] ) . '" />';
}
}