Make WordPress Core

Changeset 37904


Ignore:
Timestamp:
06/29/2016 02:09:46 AM (8 years ago)
Author:
rachelbaker
Message:

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.

Location:
trunk/src/wp-admin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/nav-menus.php

    r37748 r37904  
    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;
  • trunk/src/wp-admin/widgets.php

    r36422 r37904  
    358358                admin_url( 'customize.php' )
    359359            ) ),
    360             __( 'Manage in Customizer' )
     360            __( 'Manage with Live Preview' )
    361361        );
    362362    }
Note: See TracChangeset for help on using the changeset viewer.