Changeset 40391 for trunk/src/wp-includes/ms-functions.php
- Timestamp:
- 04/07/2017 01:14:36 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ms-functions.php
r40371 r40391 577 577 if ( in_array( $blogname, $illegal_names ) ) 578 578 $errors->add('blogname', __( 'That name is not allowed.' ) ); 579 580 if ( strlen( $blogname ) < 4 ) { 581 $errors->add('blogname', __( 'Site name must be at least 4 characters.' ) ); 582 } 579 583 580 584 // 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.