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