diff --git a/mu-plugins/shared-post-types.php b/mu-plugins/shared-post-types.php index 3bc95e3..aa32dc1 100644 --- a/mu-plugins/shared-post-types.php +++ b/mu-plugins/shared-post-types.php @@ -45,5 +45,3 @@ function shared_create_posttype() ); } add_action('init', 'shared_create_posttype'); - -