Changeset 39308 for trunk/src/wp-admin/edit-tags.php
- Timestamp:
- 11/19/2016 01:37:25 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit-tags.php
r38958 r39308 19 19 20 20 if ( ! in_array( $tax->name, get_taxonomies( array( 'show_ui' => true ) ) ) ) { 21 wp_die( __( 'Sorry, you are not allowed to manage these items.' ) );21 wp_die( __( 'Sorry, you are not allowed to edit terms in this taxonomy.' ) ); 22 22 } 23 23 … … 25 25 wp_die( 26 26 '<h1>' . __( 'Cheatin’ uh?' ) . '</h1>' . 27 '<p>' . __( 'Sorry, you are not allowed to manage t hese items.' ) . '</p>',27 '<p>' . __( 'Sorry, you are not allowed to manage terms in this taxonomy.' ) . '</p>', 28 28 403 29 29 ); … … 75 75 wp_die( 76 76 '<h1>' . __( 'Cheatin’ uh?' ) . '</h1>' . 77 '<p>' . __( 'Sorry, you are not allowed to add this item.' ) . '</p>',77 '<p>' . __( 'Sorry, you are not allowed to create terms in this taxonomy.' ) . '</p>', 78 78 403 79 79 );
Note: See TracChangeset
for help on using the changeset viewer.