Skip to content

Commit 12589c5

Browse files
author
Marco Pereirinha
committed
Bypass fetch check
1 parent 6f7a3f9 commit 12589c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php/media/class-upgrade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public function convert_cloudinary_version( $attachment_id ) {
7474
$cloud_name = md5( $val );
7575
continue;
7676
}
77-
if ( in_array( $val, array( 'images', 'image', 'video', 'upload' ), true ) ) {
77+
if ( in_array( $val, array( 'images', 'image', 'video', 'upload', 'fetch' ), true ) ) {
7878
continue;
7979
}
8080
$transformation_maybe = $media->get_transformations_from_string( $val );

0 commit comments

Comments
 (0)