We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f7a3f9 commit 12589c5Copy full SHA for 12589c5
php/media/class-upgrade.php
@@ -74,7 +74,7 @@ public function convert_cloudinary_version( $attachment_id ) {
74
$cloud_name = md5( $val );
75
continue;
76
}
77
- if ( in_array( $val, array( 'images', 'image', 'video', 'upload' ), true ) ) {
+ if ( in_array( $val, array( 'images', 'image', 'video', 'upload', 'fetch' ), true ) ) {
78
79
80
$transformation_maybe = $media->get_transformations_from_string( $val );
0 commit comments