Skip to content

Commit

Permalink
fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
doekenorg committed Jan 18, 2024
1 parent b2759ba commit 6c8875a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/extensions/edit-entry/class-edit-entry-render.php
Original file line number Diff line number Diff line change
Expand Up @@ -901,7 +901,7 @@ private function maybe_update_post_fields( $form ) {
case 'post_category':
break;
case 'post_custom_field':
if ($field->get_input_type() === 'fileupload') {
if ( $field->get_input_type() === 'fileupload' ) {
break;
}

Expand Down

0 comments on commit 6c8875a

Please sign in to comment.