Changeset 37914 for trunk/src/wp-admin/user-new.php
- Timestamp:
- 06/29/2016 03:15:40 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/user-new.php
r37488 r37914 14 14 wp_die( 15 15 '<h1>' . __( 'Cheatin’ uh?' ) . '</h1>' . 16 '<p>' . __( ' You do not have sufficient permissionsto add users to this network.' ) . '</p>',16 '<p>' . __( 'Sorry, you are not allowed to add users to this network.' ) . '</p>', 17 17 403 18 18 ); … … 21 21 wp_die( 22 22 '<h1>' . __( 'Cheatin’ uh?' ) . '</h1>' . 23 '<p>' . __( ' You are not allowed to create users.' ) . '</p>',23 '<p>' . __( 'Sorry, you are not allowed to create users.' ) . '</p>', 24 24 403 25 25 ); … … 54 54 wp_die( 55 55 '<h1>' . __( 'Cheatin’ uh?' ) . '</h1>' . 56 '<p>' . __( ' You do not have sufficient permissionsto add users to this network.' ) . '</p>',56 '<p>' . __( 'Sorry, you are not allowed to add users to this network.' ) . '</p>', 57 57 403 58 58 ); … … 108 108 wp_die( 109 109 '<h1>' . __( 'Cheatin’ uh?' ) . '</h1>' . 110 '<p>' . __( ' You are not allowed to create users.' ) . '</p>',110 '<p>' . __( 'Sorry, you are not allowed to create users.' ) . '</p>', 111 111 403 112 112 );
Note: See TracChangeset
for help on using the changeset viewer.