Make WordPress Core


Ignore:
Timestamp:
06/29/2016 02:09:46 AM (7 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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.