mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 01:27:36 +01:00
Correct a typo in a docblock in [25055]. Props buffler. See #16754
Built from https://develop.svn.wordpress.org/trunk@25058 git-svn-id: http://core.svn.wordpress.org/trunk@25044 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
1b9ab9f66f
commit
7317940591
@ -1484,7 +1484,7 @@ function rawurlencode_deep( $value ) {
|
|||||||
* @since 0.71
|
* @since 0.71
|
||||||
*
|
*
|
||||||
* @param string $email_address Email address.
|
* @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.
|
* @return string Converted email address.
|
||||||
*/
|
*/
|
||||||
function antispambot( $email_address, $extra_entropy = 0 ) {
|
function antispambot( $email_address, $extra_entropy = 0 ) {
|
||||||
|
Loading…
Reference in New Issue
Block a user