summaryrefslogtreecommitdiffstats
path: root/wp-admin/link.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-admin/link.php')
-rw-r--r--wp-admin/link.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/wp-admin/link.php b/wp-admin/link.php
index 00a281b..0590f16 100644
--- a/wp-admin/link.php
+++ b/wp-admin/link.php
@@ -18,7 +18,7 @@ switch ($action) {
// check the current user's level first.
if (!current_user_can('manage_links'))
- wp_die(__("Cheatin' uh ?"));
+ wp_die(__('Cheatin’ uh?'));
//for each link id (in $linkcheck[]) change category to selected value
if (count($linkcheck) == 0) {
@@ -42,7 +42,7 @@ switch ($action) {
// check the current user's level first.
if (!current_user_can('manage_links'))
- wp_die(__("Cheatin' uh ?"));
+ wp_die(__('Cheatin’ uh?'));
//for each link id (in $linkcheck[]) change category to selected value
if (count($linkcheck) == 0) {
@@ -79,7 +79,7 @@ switch ($action) {
check_admin_referer('delete-bookmark_' . $link_id);
if (!current_user_can('manage_links'))
- wp_die(__("Cheatin' uh ?"));
+ wp_die(__('Cheatin’ uh?'));
wp_delete_link($link_id);