Skip to content

Commit

Permalink
Update includes/utils.php
Browse files Browse the repository at this point in the history
  • Loading branch information
faisal-alvi authored Jul 9, 2024
1 parent b42a0e1 commit 5898479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/utils.php
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ function prepare_meta( $post_id ) {
return array();
}

$meta = is_array( $meta ) ? $meta : array();
$meta = is_array( $meta ) ? $meta : array();
$prepared_meta = array();
$excluded_meta = excluded_meta();

Expand Down

0 comments on commit 5898479

Please sign in to comment.