diff options
| author | donncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36> | 2006-07-10 10:47:01 +0000 |
|---|---|---|
| committer | donncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36> | 2006-07-10 10:47:01 +0000 |
| commit | cd78f6c49a3370eea1df8fb85d84ac7ac58fe1d5 (patch) | |
| tree | 53bd8d95a76a07be91ef04a35370d4ddf0d176d3 /wp-admin/link.php | |
| parent | c5580572a15003e3c2fb1d9cbd7c2baafe14bb5a (diff) | |
| download | wordpress-mu-cd78f6c49a3370eea1df8fb85d84ac7ac58fe1d5.tar.gz wordpress-mu-cd78f6c49a3370eea1df8fb85d84ac7ac58fe1d5.tar.xz wordpress-mu-cd78f6c49a3370eea1df8fb85d84ac7ac58fe1d5.zip | |
WP Merge
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@644 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-admin/link.php')
| -rw-r--r-- | wp-admin/link.php | 6 |
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); |
