Remove #reset anchor. Unused.

Closes #8134
This commit is contained in:
Mike Jolley 2015-05-26 17:45:19 +01:00
parent f1af777368
commit ffab4feb0c
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ global $product, $post;
?>
</select> <?php
if ( sizeof( $attributes ) === $loop ) {
echo '<a class="reset_variations" href="#reset">' . __( 'Clear selection', 'woocommerce' ) . '</a>';
echo '<a class="reset_variations" href="#">' . __( 'Clear selection', 'woocommerce' ) . '</a>';
}
?></td>
</tr>