REMOVE: Cleaned up unnecessary whitespace in shared-post-types.php to enhance code clarity.

This commit is contained in:
Antoine M 2026-02-25 15:00:52 +01:00
parent 9bbe4977d4
commit 92482d22d1

View File

@ -45,5 +45,3 @@ function shared_create_posttype()
);
}
add_action('init', 'shared_create_posttype');