X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/8f374b7233bc2815ccc387e448d208c5434eb961..6c8f14c09105d0afa4c1574215c59b5021040e76:/wp-admin/link.php?ds=sidebyside diff --git a/wp-admin/link.php b/wp-admin/link.php index 9e2d6a86..d12d229e 100644 --- a/wp-admin/link.php +++ b/wp-admin/link.php @@ -15,7 +15,7 @@ require_once ('admin.php'); 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';