From 9d29858b25925f78b5ce62232cbe168bc05161b8 Mon Sep 17 00:00:00 2001 From: Weston Ruter Date: Sun, 21 Feb 2016 06:14:59 +0000 Subject: [PATCH] Customize: Fix "Loading..." message from persisting in panel title when user does not have `manage_options` cap to edit `blogname`. Reverts part of [36388]. Fixes #35579. git-svn-id: https://develop.svn.wordpress.org/trunk@36606 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/customize.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/customize.php b/src/wp-admin/customize.php index 7e13ee48b6..7f667d373d 100644 --- a/src/wp-admin/customize.php +++ b/src/wp-admin/customize.php @@ -132,7 +132,7 @@ do_action( 'customize_controls_print_scripts' );
' . __( 'Loading…' ) . '' ); + echo sprintf( __( 'You are customizing %s' ), '' . get_bloginfo( 'name' ) . '' ); ?>