Changeset 42648 for trunk/src/wp-admin/post-new.php
- Timestamp:
- 02/05/2018 02:29:53 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/post-new.php
r42343 r42648 58 58 if ( ! current_user_can( $post_type_object->cap->edit_posts ) || ! current_user_can( $post_type_object->cap->create_posts ) ) { 59 59 wp_die( 60 '<h1>' . __( ' Cheatin’ uh?' ) . '</h1>' .60 '<h1>' . __( 'You don’t have permission to do this.' ) . '</h1>' . 61 61 '<p>' . __( 'Sorry, you are not allowed to create posts as this user.' ) . '</p>', 62 62 403
Note: See TracChangeset
for help on using the changeset viewer.