Changeset 30356 for trunk/src/wp-admin/press-this.php
- Timestamp:
- 11/16/2014 06:15:29 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/press-this.php
r29961 r30356 15 15 16 16 if ( ! current_user_can( 'edit_posts' ) || ! current_user_can( get_post_type_object( 'post' )->cap->create_posts ) ) 17 wp_die( __( 'Cheatin’ uh?' ) );17 wp_die( __( 'Cheatin’ uh?' ), 403 ); 18 18 19 19 /**
Note: See TracChangeset
for help on using the changeset viewer.