702* path depending on the network settings.703*704* @since MU(3.0.0)705*706* @param string$blogname Site name.707*/708$blogname=apply_filters('newblogname',$blogname);709710$blog_title=wp_unslash($blog_title);711712if(empty($blog_title)){713$errors->add('blog_title',__('Please enter a site title.'));714}
History
Introduced in MU (3.0.0). Unchanged from 6.7.7 through 7.1.0.