]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/press-this.php
WordPress 4.3
[autoinstalls/wordpress.git] / wp-admin / press-this.php
index 5b405cc05886cba2d6a511f28e2925b0efea9956..6f27a095398d5ce9b89bc59072d38866082fa3be 100644 (file)
@@ -14,6 +14,9 @@ require_once( dirname( __FILE__ ) . '/admin.php' );
 if ( ! current_user_can( 'edit_posts' ) || ! current_user_can( get_post_type_object( 'post' )->cap->create_posts ) )
        wp_die( __( 'Cheatin’ uh?' ), 403 );
 
+/**
+ * @global WP_Press_This $wp_press_this
+ */
 if ( empty( $GLOBALS['wp_press_this'] ) ) {
        include( ABSPATH . 'wp-admin/includes/class-wp-press-this.php' );
 }