Changeset 37914 for trunk/src/wp-admin/link-manager.php
- Timestamp:
- 06/29/2016 03:15:40 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/link-manager.php
r36302 r37914 10 10 require_once( dirname( __FILE__ ) . '/admin.php' ); 11 11 if ( ! current_user_can( 'manage_links' ) ) 12 wp_die( __( ' You do not have sufficient permissionsto edit the links for this site.' ) );12 wp_die( __( 'Sorry, you are not allowed to edit the links for this site.' ) ); 13 13 14 14 $wp_list_table = _get_list_table('WP_Links_List_Table'); … … 69 69 70 70 if ( ! current_user_can('manage_links') ) 71 wp_die(__( "You do not have sufficient permissions to edit the links for this site."));71 wp_die(__('Sorry, you are not allowed to edit the links for this site.')); 72 72 73 73 ?>
Note: See TracChangeset
for help on using the changeset viewer.