Remove break #5041
This commit is contained in:
parent
85e33a71ea
commit
985cef955a
|
@ -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;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue