Alt text Closes #616.

This commit is contained in:
Mike Jolley 2012-02-13 00:38:54 +00:00
parent 4a638b962c
commit d54812c415
1 changed files with 1 additions and 1 deletions

View File

@ -613,7 +613,7 @@ if (!function_exists('woocommerce_subcategory_thumbnail')) {
$image = $woocommerce->plugin_url().'/assets/images/placeholder.png';
endif;
echo '<img src="'.$image.'" alt="'.$category->slug.'" width="'.$image_width.'" height="'.$image_height.'" />';
echo '<img src="'.$image.'" alt="'.$category->name.'" width="'.$image_width.'" height="'.$image_height.'" />';
}
}