Skip to content

Commit 8770b5b

Browse files
committed
Revert "Change priority of attachments"
This reverts commit c9403cb.
1 parent c9403cb commit 8770b5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/transformer/class-post.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,9 +311,9 @@ protected function get_attachment() {
311311
);
312312

313313
$media = array(
314-
'image' => array(),
315314
'audio' => array(),
316315
'video' => array(),
316+
'image' => array(),
317317
);
318318
$id = $this->wp_object->ID;
319319

0 commit comments

Comments
 (0)