mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +00:00
Docs: @param fixes for a variety of docblocks.
See #32246 git-svn-id: https://develop.svn.wordpress.org/trunk@36232 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -153,6 +153,10 @@ function is_main_blog() {
|
||||
* @since MU
|
||||
* @deprecated 3.0.0 Use is_email()
|
||||
* @see is_email()
|
||||
*
|
||||
* @param string $email Email address to verify.
|
||||
* @param bool $check_domain Deprecated.
|
||||
* @return string|bool Either false or the valid email address.
|
||||
*/
|
||||
function validate_email( $email, $check_domain = true) {
|
||||
_deprecated_function( __FUNCTION__, '3.0', 'is_email()' );
|
||||
|
||||
Reference in New Issue
Block a user