web/wp-admin/link.php
changeset 204 09a1c134465b
parent 194 32102edaa81b
--- a/web/wp-admin/link.php	Wed Dec 19 12:35:13 2012 -0800
+++ b/web/wp-admin/link.php	Wed Dec 19 17:46:52 2012 -0800
@@ -15,7 +15,7 @@
 wp_reset_vars(array('action', 'cat_id', 'linkurl', 'name', 'image', 'description', 'visible', 'target', 'category', 'link_id', 'submit', 'order_by', 'links_show_cat_id', 'rating', 'rel', 'notes', 'linkcheck[]'));
 
 if ( ! current_user_can('manage_links') )
-	wp_die( __('You do not have sufficient permissions to edit the links for this site.') );
+	wp_link_manager_disabled_message();
 
 if ( !empty($_POST['deletebookmarks']) )
 	$action = 'deletebookmarks';