Changeset 37914 for trunk/src/wp-admin/includes/bookmark.php
- Timestamp:
- 06/29/2016 03:15:40 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/bookmark.php
r37353 r37914 30 30 wp_die( 31 31 '<h1>' . __( 'Cheatin’ uh?' ) . '</h1>' . 32 '<p>' . __( ' You do not have sufficient permissionsto edit the links for this site.' ) . '</p>',32 '<p>' . __( 'Sorry, you are not allowed to edit the links for this site.' ) . '</p>', 33 33 403 34 34 ); … … 313 313 } 314 314 315 wp_die( __( ' You do not have sufficient permissionsto edit the links for this site.' ) );316 } 315 wp_die( __( 'Sorry, you are not allowed to edit the links for this site.' ) ); 316 }
Note: See TracChangeset
for help on using the changeset viewer.