From c4fce2f163faa200dd12505a36a6e7c6b5d5bef5 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 18 Jul 2014 23:48:15 +0000 Subject: [PATCH] Reverse the order of roles in help text on Add New User screen to match [25695]. fixes #28914. Built from https://develop.svn.wordpress.org/trunk@29233 git-svn-id: http://core.svn.wordpress.org/trunk@29017 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/user-new.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/wp-admin/user-new.php b/wp-admin/user-new.php index eda8db5fe1..19356ef9f2 100644 --- a/wp-admin/user-new.php +++ b/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:') . '

' . '' ) );