From af00ed3d037477143663ca86e1e6ee6458368533 Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Tue, 15 Sep 2020 21:04:54 -0500 Subject: [PATCH] =?UTF-8?q?change=20`Cheatin=E2=80=99=20uh=3F`=20with=20fr?= =?UTF-8?q?iendlier=20error=20message?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- includes/functions/user-roles.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/functions/user-roles.php b/includes/functions/user-roles.php index 1a9dfc3..372348e 100644 --- a/includes/functions/user-roles.php +++ b/includes/functions/user-roles.php @@ -270,7 +270,7 @@ function update_users_print_role() { // If the user doesn't already belong to the blog, bail. if ( is_multisite() && ! is_user_member_of_blog( $id ) ) { - wp_die( __( 'Cheatin’ uh?' ), 403 ); + wp_die( __( 'Something went wrong.' ), 403 ); } $user = get_userdata( $id );