Skip to content

Commit 1f4ee5b

Browse files
committed
Formatting
1 parent 07b26f5 commit 1f4ee5b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

includes/wpum-fields/class-wpum-fields.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,9 @@ public function load() {
7272
}
7373

7474
$class = 'WPUM_Field_' . ucfirst( $field );
75-
if( class_exists($class) )
75+
if ( class_exists( $class ) ) {
7676
( new $class )->register();
77+
}
7778
}
7879

7980
}

0 commit comments

Comments
 (0)