Skip to content

Commit

Permalink
remove empty space
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanedemotte committed May 15, 2018
1 parent bcb446f commit d30ded5
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 15 deletions.
4 changes: 1 addition & 3 deletions acf-origin.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,4 @@ function acf_include_field_types( $version = false ) {
}

new origin_plugin();
endif;

?>
endif;
4 changes: 1 addition & 3 deletions fields/origin-acf-field-slug.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,4 @@ function input_admin_enqueue_scripts() {

new origin_acf_field_slug( $this->settings );

endif;

?>
endif;
4 changes: 1 addition & 3 deletions fields/origin-acf-field-unique.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,4 @@ function validate_value( $valid, $value, $field, $input ){

new origin_acf_field_unique( $this->settings );

endif;

?>
endif;
1 change: 0 additions & 1 deletion options/origin-acf-fields.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,3 @@
));

endif;

3 changes: 0 additions & 3 deletions options/origin-acf-options.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,3 @@ function clean_admin_ui() {
new origin_acf_options();

endif;

?>

2 changes: 0 additions & 2 deletions options/origin-acf-taxonomy.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,3 @@ function admin_enqueue_scripts() {
new origin_acf_taxonomy();

endif;

?>

0 comments on commit d30ded5

Please sign in to comment.