diff --git a/src/wp-admin/user-new.php b/src/wp-admin/user-new.php
index eda8db5fe1..19356ef9f2 100644
--- a/src/wp-admin/user-new.php
+++ b/src/wp-admin/user-new.php
@@ -171,11 +171,11 @@ get_current_screen()->add_help_tab( array(
'title' => __('User Roles'),
'content' => '
' . __('Here is a basic overview of the different user roles and the permissions associated with each one:') . '
' .
'' .
- '- ' . __('Administrators have access to all the administration features.') . '
' .
- '- ' . __('Editors can publish posts, manage posts as well as manage other people’s posts, etc.') . '
' .
- '- ' . __('Authors can publish and manage their own posts, and are able to upload files.') . '
' .
- '- ' . __('Contributors can write and manage their posts but not publish posts or upload media files.') . '
' .
'- ' . __('Subscribers can read comments/comment/receive newsletters, etc. but cannot create regular site content.') . '
' .
+ '- ' . __('Contributors can write and manage their posts but not publish posts or upload media files.') . '
' .
+ '- ' . __('Authors can publish and manage their own posts, and are able to upload files.') . '
' .
+ '- ' . __('Editors can publish posts, manage posts as well as manage other people’s posts, etc.') . '
' .
+ '- ' . __('Administrators have access to all the administration features.') . '
' .
'
'
) );