Make WordPress Core

Changeset 31989


Ignore:
Timestamp:
04/02/2015 10:35:48 PM (10 years ago)
Author:
jorbin
Message:

Add beforeunload string for shiny updates.

See #31769.
Props johnbillion, adamsilverstein, jorbin.

File:
1 edited

Legend:

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

    r31982 r31989  
    538538                'updatedMsg'        => __( 'Update completed successfully.' ),
    539539                'updateCancel'      => __( 'Update canceled.' ),
     540                'beforeunload'      => __( 'Plugin updates may not complete if you navigate away from this page.' ),
    540541            )
    541542        ) );
Note: See TracChangeset for help on using the changeset viewer.