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:
Ryan Boren 2010-01-06 20:05:44 +00:00
parent 47aaca234b
commit 54675e2ee0
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
if( isset( $current_site ) && isset( $current_blog ) )
return;
// depreciated
// deprecated
$wpmuBaseTablePrefix = $table_prefix;
$domain = addslashes( $_SERVER['HTTP_HOST'] );

View File

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