Fix deprecate spelling. Props filosofo. fixes #11758
git-svn-id: https://develop.svn.wordpress.org/trunk@12606 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
47aaca234b
commit
54675e2ee0
@ -2,7 +2,7 @@
|
||||
if( isset( $current_site ) && isset( $current_blog ) )
|
||||
return;
|
||||
|
||||
// depreciated
|
||||
// deprecated
|
||||
$wpmuBaseTablePrefix = $table_prefix;
|
||||
|
||||
$domain = addslashes( $_SERVER['HTTP_HOST'] );
|
||||
|
@ -202,7 +202,7 @@ function validate_another_blog_signup() {
|
||||
}
|
||||
|
||||
$public = (int) $_POST['blog_public'];
|
||||
$meta = apply_filters('signup_create_blog_meta', array ('lang_id' => 1, 'public' => $public)); // depreciated
|
||||
$meta = apply_filters('signup_create_blog_meta', array ('lang_id' => 1, 'public' => $public)); // deprecated
|
||||
$meta = apply_filters( "add_signup_meta", $meta );
|
||||
|
||||
wpmu_create_blog( $domain, $path, $blog_title, $current_user->id, $meta, $wpdb->siteid );
|
||||
|
Loading…
Reference in New Issue
Block a user