Skip to content

Commit

Permalink
phpcbf pt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
adamsilverstein committed Sep 26, 2023
1 parent 8bf1727 commit c7904ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ public function create_post_autosave( $post_data, array $meta = array() ) {
$revision_id = _wp_put_post_revision( $post_data, true );
}

if( is_wp_error( $revision_id ) || 0 === $revision_id ) {
if ( is_wp_error( $revision_id ) || 0 === $revision_id ) {
return $revision_id;
}

Expand Down

0 comments on commit c7904ce

Please sign in to comment.