Make WordPress Core


Ignore:
Timestamp:
07/08/2014 05:03:48 PM (11 years ago)
Author:
helen
Message:

Prompt the user before leaving the Customizer if they have unsaved changes. props westonruter. fixes #25439.

File:
1 edited

Legend:

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

    r29020 r29025  
    383383        'activate'  => __( 'Save & Activate' ),
    384384        'save'      => __( 'Save & Publish' ),
     385        'saveAlert' => __( 'The changes you made will be lost if you navigate away from this page.' ),
    385386        'saved'     => __( 'Saved' ),
    386387        'cancel'    => __( 'Cancel' ),
Note: See TracChangeset for help on using the changeset viewer.