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 5f7d932 commit d90f8cf
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 d90f8cf

Please sign in to comment.