s/is/if/. props ocean90.

git-svn-id: https://develop.svn.wordpress.org/trunk@19616 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2011-12-20 22:06:34 +00:00
parent 3a4b632b28
commit 242f736374
1 changed files with 1 additions and 1 deletions

View File

@ -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 = '') {