diff --git a/wp-admin/link-manager.php b/wp-admin/link-manager.php index e575aa450c..1d74cfd743 100644 --- a/wp-admin/link-manager.php +++ b/wp-admin/link-manager.php @@ -43,9 +43,9 @@ if ( empty($order_by) ) $title = __('Edit Links'); $this_file = $parent_file = 'link-manager.php'; -include_once ("./admin-header.php"); +include_once ('./admin-header.php'); -if (!current_user_can('manage_links')) +if ( ! current_user_can('manage_links') ) wp_die(__("You do not have sufficient permissions to edit the links for this blog.")); switch ($order_by) { @@ -73,7 +73,7 @@ switch ($order_by) {

' . __('Search results for “%s”') . '', esc_html( stripslashes($_GET['s']) ) ); ?>