From 242f7363745088f781535f2dd08d9ec497f777cc Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Tue, 20 Dec 2011 22:06:34 +0000 Subject: [PATCH] s/is/if/. props ocean90. git-svn-id: https://develop.svn.wordpress.org/trunk@19616 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/pluggable.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/pluggable.php b/wp-includes/pluggable.php index fd671caf9d..2003e89429 100644 --- a/wp-includes/pluggable.php +++ b/wp-includes/pluggable.php @@ -929,7 +929,7 @@ if ( !function_exists('wp_validate_redirect') ) : * WordPress host string and $location host string. * * @param string $location The redirect to validate - * @param string $default The value to return is $location is not allowed + * @param string $default The value to return if $location is not allowed * @return string redirect-sanitized URL **/ function wp_validate_redirect($location, $default = '') {