tooltip_help_content['usersalltab'] = '
' . __( 'Displays all the users registered on your site.', 'ah-o2' ) . '
'; $this->tooltip_help_content['usersaddnew'] = '' . __( 'Add a new user to your site.', 'ah-o2' ) . '
'; $this->tooltip_help_content['administratortab'] = '' . __( 'Filter users to display only users with administrator access.', 'ah-o2' ) . '
'; $this->tooltip_help_content['editortab'] = '' . __( 'Filter users to display only users with editor access.', 'ah-o2' ) . '
'; $this->tooltip_help_content['authortab'] = '' . __( 'Filter users to display only users with author access.', 'ah-o2' ) . '
'; $this->tooltip_help_content['contributortab'] = '' . __( 'Filter users to display only users with contributor access.', 'ah-o2' ) . '
'; $this->tooltip_help_content['subscribertab'] = '' . __( 'Filter users to display only users with subscriber access.', 'ah-o2' ) . '
'; $this->tooltip_help_content['usersselectall'] = '' . __( 'Use this checkbox to select all users and perform bulk actions.', 'ah-o2' ) . '
'; $this->tooltip_help_content['usernamecolumn'] = '' . __( 'Displays the user\'s username. You may also click this column heading to sort users by their usernames.', 'ah-o2' ) . '
'; $this->tooltip_help_content['namecolumn'] = '' . __( 'Displays the user\'s full name. You may also click this column heading to sort users by their name.', 'ah-o2' ) . '
'; $this->tooltip_help_content['emailcolumn'] = '' . __( 'Displays the user\'s email address. You may also click this column heading to sort users by their email address.', 'ah-o2' ) . '
'; $this->tooltip_help_content['rolecolumn'] = '' . __( 'Displays the user\'s user role.', 'ah-o2' ) . '
'; $this->tooltip_help_content['postscolumn'] = '' . __( 'Displays the number of posts by this user. Click the number to see a list of all posts by this author.', 'ah-o2' ) . '
'; $this->tooltip_help_content['usersearch'] = '' . __( 'Search all users.', 'ah-o2' ) . '
'; $this->tooltip_help_content['usersbulkactions'] = '' . __( 'Perform bulk actions on one or more users at the same time.', 'ah-o2' ) . '
'; $this->tooltip_help_content['usersdobulkaction'] = '' . __( 'Apply the selected bulk action.', 'ah-o2' ) . '
'; $this->tooltip_help_content['usersnewrole'] = '' . __( 'Change the user role of one or more users at the same time.', 'ah-o2' ) . '
'; $this->tooltip_help_content['userschangerole'] = '' . __( 'Apply the selected bulk role change.', 'ah-o2' ) . '
'; $this->tooltip_help_content['usersnumber'] = '' . __( 'Total number of users.', 'ah-o2' ) . '
'; $this->tooltip_help_content['usergravatar'] = '' . __( 'This user\'s Gravatar.', 'ah-o2' ) . '
'; $this->tooltip_help_content['userusername'] = '' . __( 'This user\'s username.', 'ah-o2' ) . '
'; $this->tooltip_help_content['useredit'] = '' . __( 'Edit this user\'s user profile.', 'ah-o2' ) . '
'; $this->tooltip_help_content['userdelete'] = '' . __( 'Delete this user. Warning: This cannot be undone.', 'ah-o2' ) . '
'; $this->tooltip_help_content['userfullname'] = '' . __( 'This user\'s full name.', 'ah-o2' ) . '
'; $this->tooltip_help_content['useremail'] = '' . __( 'This user\'s email address. Click this link to send the user an email.', 'ah-o2' ) . '
'; $this->tooltip_help_content['userrole'] = '' . __( 'This user\'s user role.', 'ah-o2' ) . '
';