Make WordPress Core


Ignore:
Timestamp:
10/05/2017 02:55:11 AM (7 years ago)
Author:
westonruter
Message:

Customize: Add default control template for standard input types.

Re-use default template instead of introducing custom one for the Discard Changes button.

See #30738.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/script-loader.php

    r41751 r41771  
    566566        'close'              => __( 'Close' ),
    567567        'action'             => __( 'Action' ),
     568        'discardChanges'     => __( 'Discard changes' ),
    568569        'cheatin'            => __( 'Cheatin’ uh?' ),
    569570        'notAllowed'         => __( 'Sorry, you are not allowed to customize this site.' ),
Note: See TracChangeset for help on using the changeset viewer.