686* path depending on the network settings.687*688* @since MU(3.0.0)689*690* @param string$blogname Site name.691*/692$blogname=apply_filters('newblogname',$blogname);693694$blog_title=wp_unslash($blog_title);695696if(empty($blog_title)){697$errors->add('blog_title',__('Please enter a site title.'));698}
History
Introduced in MU (3.0.0). Unchanged from 6.7.7 through 7.1.0.