Skip to content

Commit

Permalink
Revert "Change priority of attachments"
Browse files Browse the repository at this point in the history
This reverts commit c9403cb.
  • Loading branch information
pfefferle committed Dec 16, 2024
1 parent c9403cb commit 8770b5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/transformer/class-post.php
Original file line number Diff line number Diff line change
Expand Up @@ -311,9 +311,9 @@ protected function get_attachment() {
);

$media = array(
'image' => array(),
'audio' => array(),
'video' => array(),
'image' => array(),
);
$id = $this->wp_object->ID;

Expand Down

0 comments on commit 8770b5b

Please sign in to comment.