Make WordPress Core

Ticket #37159: patch-for-37159.diff

File patch-for-37159.diff, 782 bytes (added by patilswapnilv, 9 years ago)

patch for ticket #37159

  • wp-admin/nav-menus.php

     
    585585                                        array( 'autofocus' => $focus ),
    586586                                        'return' => urlencode( wp_unslash( $_SERVER['REQUEST_URI'] ) ),
    587587                                ), admin_url( 'customize.php' ) ) ),
    588                                 __( 'Manage in Customizer' )
     588                                __( 'Manage with Live Preview' )
    589589                        );
    590590                endif;
    591591                ?>
  • wp-admin/widgets.php

     
    357357                                ),
    358358                                admin_url( 'customize.php' )
    359359                        ) ),
    360                         __( 'Manage in Customizer' )
     360                        __( 'Manage with Live Preview' )
    361361                );
    362362        }
    363363?>