From dfb08fcd06abc7b0852810282baeee1c795c22fc Mon Sep 17 00:00:00 2001 From: ntsekouras Date: Tue, 28 Apr 2026 10:15:12 +0300 Subject: [PATCH] Backport User Taxonomies --- src/wp-includes/post.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/wp-includes/post.php b/src/wp-includes/post.php index b225d35c48b2a..dd6aab98a1d29 100644 --- a/src/wp-includes/post.php +++ b/src/wp-includes/post.php @@ -6,6 +6,8 @@ * @subpackage Post */ +// TODO: remove me + // // Post Type registration. //