From 92482d22d1928b043ac0b160284f5776a8d1e2b1 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Wed, 25 Feb 2026 15:00:52 +0100 Subject: [PATCH] REMOVE: Cleaned up unnecessary whitespace in shared-post-types.php to enhance code clarity. --- mu-plugins/shared-post-types.php | 2 -- 1 file changed, 2 deletions(-) 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'); - -