diff -r 7b1b88e27a20 -r 48c4eec2b7e6 wp/wp-admin/post-new.php --- a/wp/wp-admin/post-new.php Thu Sep 29 08:06:27 2022 +0200 +++ b/wp/wp-admin/post-new.php Fri Sep 05 18:40:08 2025 +0200 @@ -10,9 +10,9 @@ require_once __DIR__ . '/admin.php'; /** - * @global string $post_type - * @global object $post_type_object - * @global WP_Post $post Global post object. + * @global string $post_type Global post type. + * @global WP_Post_Type $post_type_object Global post type object. + * @global WP_Post $post Global post object. */ global $post_type, $post_type_object, $post;