From 4049977b503afaa3b593676abd139d132e8ac3fd Mon Sep 17 00:00:00 2001 From: Dion Hulse Date: Tue, 20 Aug 2013 07:09:35 +0000 Subject: [PATCH] Correct a typo in a docblock in [25055]. Props buffler. See #16754 git-svn-id: https://develop.svn.wordpress.org/trunk@25058 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/formatting.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/formatting.php b/src/wp-includes/formatting.php index cbc7ef9d76..f21c72bebe 100644 --- a/src/wp-includes/formatting.php +++ b/src/wp-includes/formatting.php @@ -1484,7 +1484,7 @@ function rawurlencode_deep( $value ) { * @since 0.71 * * @param string $email_address Email address. - * @param int $extra_entrpoy Optional. Range from 0 to 1. Used for encoding. + * @param int $extra_entropy Optional. Range from 0 to 1. Used for encoding. * @return string Converted email address. */ function antispambot( $email_address, $extra_entropy = 0 ) {