Make WordPress Core


Ignore:
Timestamp:
07/08/2014 05:03:48 PM (12 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/theme.php

    r28999 r29025  
    18751875        'isCrossDomain' => $cross_domain,
    18761876        'browser'       => $browser,
     1877        'l10n'          => array(
     1878            'saveAlert' => __( 'The changes you made will be lost if you navigate away from this page.' ),
     1879        ),
    18771880    );
    18781881
Note: See TracChangeset for help on using the changeset viewer.