Ticket #37159: patch-for-37159.diff
File patch-for-37159.diff, 782 bytes (added by , 9 years ago) |
---|
-
wp-admin/nav-menus.php
585 585 array( 'autofocus' => $focus ), 586 586 'return' => urlencode( wp_unslash( $_SERVER['REQUEST_URI'] ) ), 587 587 ), admin_url( 'customize.php' ) ) ), 588 __( 'Manage in Customizer' )588 __( 'Manage with Live Preview' ) 589 589 ); 590 590 endif; 591 591 ?> -
wp-admin/widgets.php
357 357 ), 358 358 admin_url( 'customize.php' ) 359 359 ) ), 360 __( 'Manage in Customizer' )360 __( 'Manage with Live Preview' ) 361 361 ); 362 362 } 363 363 ?>