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