Changeset 42719 for trunk/src/wp-admin/edit.php
- Timestamp:
- 02/19/2018 02:12:41 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit.php
r42648 r42719 39 39 if ( ! current_user_can( $post_type_object->cap->edit_posts ) ) { 40 40 wp_die( 41 '<h1>' . __( 'You don’t have permission to do this.' ) . '</h1>' .41 '<h1>' . __( 'You need a higher level of permission.' ) . '</h1>' . 42 42 '<p>' . __( 'Sorry, you are not allowed to edit posts in this post type.' ) . '</p>', 43 43 403
Note: See TracChangeset
for help on using the changeset viewer.