Remove break #5041

This commit is contained in:
Mike Jolley 2014-03-18 11:10:50 +00:00
parent 85e33a71ea
commit 985cef955a
1 changed files with 0 additions and 1 deletions

View File

@ -131,7 +131,6 @@ function wc_delete_product_transients( $post_id = 0 ) {
foreach ( $keys as $key ) { foreach ( $keys as $key ) {
if ( strpos( $key, $transient ) === 0 ) { if ( strpos( $key, $transient ) === 0 ) {
$transients_to_clear[] = $key; $transients_to_clear[] = $key;
break;
} }
} }
} }