Changeset 42648 for trunk/src/wp-admin/edit-comments.php
- Timestamp:
- 02/05/2018 02:29:53 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit-comments.php
r42343 r42648 11 11 if ( ! current_user_can( 'edit_posts' ) ) { 12 12 wp_die( 13 '<h1>' . __( ' Cheatin’ uh?' ) . '</h1>' .13 '<h1>' . __( 'You don’t have permission to do this.' ) . '</h1>' . 14 14 '<p>' . __( 'Sorry, you are not allowed to edit comments.' ) . '</p>', 15 15 403
Note: See TracChangeset
for help on using the changeset viewer.