mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-03 15:08:10 +01:00
Customize: Text change on Widgets and Menus screens for buttons directing users to the Customizer.
"Manage in Customizer" -> "Manage with Live Preview". Props patilswapnilv and noahsilverstein. Fixes #37159. Built from https://develop.svn.wordpress.org/trunk@37904 git-svn-id: http://core.svn.wordpress.org/trunk@37845 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
a475d0a161
commit
b8faa92421
@ -585,7 +585,7 @@ require_once( ABSPATH . 'wp-admin/admin-header.php' );
|
||||
array( 'autofocus' => $focus ),
|
||||
'return' => urlencode( wp_unslash( $_SERVER['REQUEST_URI'] ) ),
|
||||
), admin_url( 'customize.php' ) ) ),
|
||||
__( 'Manage in Customizer' )
|
||||
__( 'Manage with Live Preview' )
|
||||
);
|
||||
endif;
|
||||
?>
|
||||
|
@ -357,7 +357,7 @@ require_once( ABSPATH . 'wp-admin/admin-header.php' ); ?>
|
||||
),
|
||||
admin_url( 'customize.php' )
|
||||
) ),
|
||||
__( 'Manage in Customizer' )
|
||||
__( 'Manage with Live Preview' )
|
||||
);
|
||||
}
|
||||
?>
|
||||
|
@ -4,7 +4,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.6-alpha-37903';
|
||||
$wp_version = '4.6-alpha-37904';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user