]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/press-this.php
WordPress 4.4.1-scripts
[autoinstalls/wordpress.git] / wp-admin / press-this.php
index 6f27a095398d5ce9b89bc59072d38866082fa3be..62da1d3ba79d4806ed20709faa897b4087fa8f19 100644 (file)
@@ -11,8 +11,13 @@ define('IFRAME_REQUEST' , true);
 /** WordPress Administration Bootstrap */
 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 );
+if ( ! current_user_can( 'edit_posts' ) || ! current_user_can( get_post_type_object( 'post' )->cap->create_posts ) ) {
+       wp_die(
+               '<h1>' . __( 'Cheatin&#8217; uh?' ) . '</h1>' .
+               '<p>' . __( 'You are not allowed to create posts as this user.' ) . '</p>',
+               403
+       );
+}
 
 /**
  * @global WP_Press_This $wp_press_this