Skip to content

Commit 2b8a1bf

Browse files
author
Marco Pereirinha
committed
Global transformations should come after taxonomy
1 parent 722260f commit 2b8a1bf

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)