Changeset 40295 for trunk/src/wp-includes/ms-functions.php
- Timestamp:
- 03/17/2017 02:35:08 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ms-functions.php
r39920 r40295 576 576 if ( in_array( $blogname, $illegal_names ) ) 577 577 $errors->add('blogname', __( 'That name is not allowed.' ) ); 578 579 if ( strlen( $blogname ) < 4 && !is_super_admin() )580 $errors->add('blogname', __( 'Site name must be at least 4 characters.' ) );581 578 582 579 // do not allow users to create a blog that conflicts with a page on the main blog.
Note: See TracChangeset
for help on using the changeset viewer.