Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasbenedetto committed Mar 20, 2024
1 parent f05273b commit b9cfdf1
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 @@ -745,7 +745,7 @@ function process_posts() {
break;

case 'wp_font_face':
$postdata = $this->process_font_face( $postdata );
$postdata = $this->process_font_face( $postdata );

if ( is_wp_error( $postdata ) ) {
// Assing the error to $post_id so it is handled later.
Expand Down

0 comments on commit b9cfdf1

Please sign in to comment.