Skip to content

Commit

Permalink
yoda condition
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasbenedetto committed Mar 19, 2024
1 parent 0144e8c commit 708e406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/class-wp-import.php
Original file line number Diff line number Diff line change
Expand Up @@ -1084,7 +1084,7 @@ function process_font_face_postmeta( $postmeta, $postdata ) {
$non_font_face_file_postmeta = array_filter(
$postmeta,
function( $meta ) {
return $meta['key'] !== '_wp_font_face_file';
return '_wp_font_face_file' !== $meta['key'];
}
);

Expand Down

0 comments on commit 708e406

Please sign in to comment.