diff --git a/wp-admin/customize.php b/wp-admin/customize.php index 7e13ee48b6..7f667d373d 100644 --- a/wp-admin/customize.php +++ b/wp-admin/customize.php @@ -132,7 +132,7 @@ do_action( 'customize_controls_print_scripts' );
' . __( 'Loading…' ) . '' ); + echo sprintf( __( 'You are customizing %s' ), '' . get_bloginfo( 'name' ) . '' ); ?>
diff --git a/wp-includes/version.php b/wp-includes/version.php index 8e3c2de6d9..f6972b4598 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-alpha-36605'; +$wp_version = '4.5-alpha-36606'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.