Changeset 33083 for trunk/src/wp-includes/ms-functions.php
- Timestamp:
- 07/04/2015 05:52:46 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ms-functions.php
r32950 r33083 494 494 if ( strlen( $user_name ) < 4 ) 495 495 $errors->add('user_name', __( 'Username must be at least 4 characters.' ) ); 496 497 if ( strlen( $user_name ) > 60 ) { 498 $errors->add( 'user_name', __( 'Username may not be longer than 60 characters.' ) ); 499 } 496 500 497 501 if ( strpos( $user_name, '_' ) !== false )
Note: See TracChangeset
for help on using the changeset viewer.