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
This commit is contained in:
Dion Hulse 2013-08-20 07:09:35 +00:00
parent 318a1c9c52
commit 4049977b50
1 changed files with 1 additions and 1 deletions

View File

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