X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/f5fcdc7994bb67cce809bc4777944ae8b7fad4a4..refs/tags/wordpress-4.3:/wp-admin/post-new.php diff --git a/wp-admin/post-new.php b/wp-admin/post-new.php index 0a118158..74f81fba 100644 --- a/wp-admin/post-new.php +++ b/wp-admin/post-new.php @@ -9,6 +9,11 @@ /** Load WordPress Administration Bootstrap */ require_once( dirname( __FILE__ ) . '/admin.php' ); +/** + * @global string $post_type + * @global object $post_type_object + * @global WP_Post $post + */ global $post_type, $post_type_object, $post; if ( ! isset( $_GET['post_type'] ) ) {