mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00: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. git-svn-id: https://develop.svn.wordpress.org/trunk@37904 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -357,7 +357,7 @@ require_once( ABSPATH . 'wp-admin/admin-header.php' ); ?>
|
||||
),
|
||||
admin_url( 'customize.php' )
|
||||
) ),
|
||||
__( 'Manage in Customizer' )
|
||||
__( 'Manage with Live Preview' )
|
||||
);
|
||||
}
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user