From 54f0c851d5ec82bc9875ef42c6ece9a08b45e00b Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 18 Jul 2014 23:47:54 +0000 Subject: [PATCH] Reverse the order of roles in help text on Add New User screen to match [25695]. fixes #28914. git-svn-id: https://develop.svn.wordpress.org/trunk@29233 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/user-new.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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:') . '

' . '' ) );