tooltip_help_content['userlogin'] = '
' . __( 'The new user\'s username. Note: This field is required.', 'ah-o2' ) . '
'; $this->tooltip_help_content['useremail'] = '' . __( 'The new user\'s email address. Note: This field is required.', 'ah-o2' ) . '
'; $this->tooltip_help_content['userfirstname'] = '' . __( 'The new user\'s first name. This field is optional.', 'ah-o2' ) . '
'; $this->tooltip_help_content['userlastname'] = '' . __( 'The new user\'s last name. This field is optional.', 'ah-o2' ) . '
'; $this->tooltip_help_content['userurl'] = '' . __( 'The new user\'s home page URL. This field is optional.', 'ah-o2' ) . '
'; $this->tooltip_help_content['userpass1'] = '' . __( 'The new user\'s password. Note: This field is required.', 'ah-o2' ) . '
'; $this->tooltip_help_content['userpass2'] = '' . __( 'Confirm the new user\'s password. Note: This field is required.', 'ah-o2' ) . '
'; $this->tooltip_help_content['userrole'] = '' . __( 'The new user\'s role. Default is subscriber.', 'ah-o2' ) . '
'; $this->tooltip_help_content['passwordstrength'] = '' . __( 'Displays the strength of your password. Strong passwords are longer and may include a combination of letters, numbers and special characters.', 'ah-o2' ) . '
'; $this->tooltip_help_content['strongpassword'] = '' . __( 'Great job! This is a strong password.', 'ah-o2' ) . '
'; $this->tooltip_help_content['goodpassword'] = '' . __( 'This is a good password. Consider adding a few more characters or adding numbers or symbols to make it a stronger password.', 'ah-o2' ) . '
'; $this->tooltip_help_content['badpassword'] = '' . __( 'This is not a strong password. Consider adding more complexity to make it a stronger password.', 'ah-o2' ) . '
'; $this->tooltip_help_content['usersendpassword'] = '' . __( 'Check this box to send this user their new username and password by email. This is recommended if you are giving a user access to the WordPress admin.', 'ah-o2' ) . '
'; $this->tooltip_help_content['usercreate'] = '' . __( 'Click to create this user.', 'ah-o2' ) . '
';