Changeset 33023 for trunk/src/wp-includes/user.php
- Timestamp:
- 07/01/2015 02:47:24 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/user.php
r33019 r33023 2410 2410 */ 2411 2411 function wp_get_password_hint() { 2412 $hint = __( 'Hint: The password should be at least sevencharacters long. To make it stronger, use upper and lower case letters, numbers, and symbols like ! " ? $ % ^ & ).' );2412 $hint = __( 'Hint: The password should be at least twelve characters long. To make it stronger, use upper and lower case letters, numbers, and symbols like ! " ? $ % ^ & ).' ); 2413 2413 2414 2414 /** … … 2616 2616 update_user_option( $user_id, 'default_password_nag', true, true ); //Set up the Password change nag. 2617 2617 2618 wp_new_user_notification( $user_id , $user_pass);2618 wp_new_user_notification( $user_id ); 2619 2619 2620 2620 return $user_id;
Note: See TracChangeset
for help on using the changeset viewer.