]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/post-new.php
WordPress 4.3-scripts
[autoinstalls/wordpress.git] / wp-admin / post-new.php
index 0a1181587d93c6c92333e72ea668d642d99dc1cc..74f81fba8974d6330ae8504280ddf3bb4635eae7 100644 (file)
@@ -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'] ) ) {