wp core update 6.6
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user