mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 12:50:28 +00:00
Coding Standards: Consistently use do_action_deprecated() and apply_filters_deprecated() for deprecated hooks.
Props jrf. See #48255. git-svn-id: https://develop.svn.wordpress.org/trunk@46684 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
+1
-1
@@ -457,7 +457,7 @@ function validate_another_blog_signup() {
|
||||
*
|
||||
* @param array $blog_meta_defaults An array of default blog meta variables.
|
||||
*/
|
||||
$meta_defaults = apply_filters( 'signup_create_blog_meta', $blog_meta_defaults );
|
||||
$meta_defaults = apply_filters_deprecated( 'signup_create_blog_meta', array( $blog_meta_defaults ), '3.0.0', 'add_signup_meta' );
|
||||
|
||||
/**
|
||||
* Filters the new default site meta variables.
|
||||
|
||||
Reference in New Issue
Block a user