]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/link-manager.php
Wordpress 4.6
[autoinstalls/wordpress.git] / wp-admin / link-manager.php
index 4dc3015179ac788d8a8589061829cadad30eda6f..79abe65b77093e65b1007869a0a53b1fddafc715 100644 (file)
@@ -9,7 +9,7 @@
 /** Load WordPress Administration Bootstrap */
 require_once( dirname( __FILE__ ) . '/admin.php' );
 if ( ! current_user_can( 'manage_links' ) )
-       wp_die( __( 'You do not have sufficient permissions to edit the links for this site.' ) );
+       wp_die( __( 'Sorry, you are not allowed to edit the links for this site.' ) );
 
 $wp_list_table = _get_list_table('WP_Links_List_Table');
 
@@ -68,7 +68,7 @@ get_current_screen()->set_screen_reader_content( array(
 include_once( ABSPATH . 'wp-admin/admin-header.php' );
 
 if ( ! current_user_can('manage_links') )
-       wp_die(__("You do not have sufficient permissions to edit the links for this site."));
+       wp_die(__('Sorry, you are not allowed to edit the links for this site.'));
 
 ?>