Changeset 42811 for branches/4.9/src/wp-admin/post-new.php
- Timestamp:
- 03/09/2018 12:14:20 AM (7 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
- Property svn:mergeinfo changed
/trunk merged: 42648,42719
- Property svn:mergeinfo changed
-
branches/4.9/src/wp-admin/post-new.php
r41829 r42811 57 57 if ( ! current_user_can( $post_type_object->cap->edit_posts ) || ! current_user_can( $post_type_object->cap->create_posts ) ) { 58 58 wp_die( 59 '<h1>' . __( ' Cheatin’ uh?' ) . '</h1>' .59 '<h1>' . __( 'You need a higher level of permission.' ) . '</h1>' . 60 60 '<p>' . __( 'Sorry, you are not allowed to create posts as this user.' ) . '</p>', 61 61 403
Note: See TracChangeset
for help on using the changeset viewer.