From 93e4071c2ecb02ad15bf6bc760b8807f9bed3696 Mon Sep 17 00:00:00 2001 From: Matt Mullenweg Date: Fri, 4 Mar 2005 19:34:21 +0000 Subject: [PATCH] Pre-emptive link to support git-svn-id: https://develop.svn.wordpress.org/trunk@2405 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/admin-functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/admin-functions.php b/wp-admin/admin-functions.php index c50b5374b6..5332eb3078 100644 --- a/wp-admin/admin-functions.php +++ b/wp-admin/admin-functions.php @@ -457,7 +457,7 @@ function check_admin_referer() { $adminurl = strtolower(get_settings('siteurl')).'/wp-admin'; $referer = strtolower($_SERVER['HTTP_REFERER']); if ( !strstr($referer, $adminurl) ) { - die('Sorry, you need to enable sending referrers, for this feature to work.'); + die('Sorry, you need to enable sending referrers for this feature to work.'); } }