Skip to content

Commit 5cb9913

Browse files
authored
Merge pull request #456 from cloudinary/fix/transformations-order
Global transformations should come after taxonomy
2 parents 722260f + 2b8a1bf commit 5cb9913

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php/class-media.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -848,8 +848,8 @@ public function apply_default_transformations( array $transformations, $attachme
848848
// Base image level.
849849
$new_transformations = array(
850850
'image' => Api::generate_transformation_string( $transformations, $type ),
851-
'global' => array(),
852851
'tax' => array(),
852+
'global' => array(),
853853
'qf' => array(),
854854
);
855855
// Get Taxonomies.

0 commit comments

Comments
 (0)