Changeset 23805 for trunk/wp-includes/script-loader.php
- Timestamp:
- 03/27/2013 08:43:11 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/script-loader.php
r23769 r23805 113 113 apply_filters( 'heartbeat_settings', array() ) 114 114 ); 115 116 $scripts->add( 'wp-auth-check', "/wp-includes/js/wp-auth-check$suffix.js", array('heartbeat'), false, 1 ); 117 did_action( 'init' ) && $scripts->localize( 'wp-auth-check', 'authcheckL10n', array( 118 'beforeunload' => __('Your session has expired. You can log in again from this page or go to the login page.'), 119 ) ); 115 120 116 121 $scripts->add( 'wp-lists', "/wp-includes/js/wp-lists$suffix.js", array( 'wp-ajax-response', 'jquery-color' ), false, 1 ); … … 544 549 $styles->add( 'media-views', "/wp-includes/css/media-views$suffix.css", array( 'buttons' ) ); 545 550 $styles->add( 'buttons', "/wp-includes/css/buttons$suffix.css" ); 551 $styles->add( 'wp-auth-check', "/wp-includes/css/wp-auth-check$suffix.css" ); 546 552 547 553 $styles->add( 'mediaelement', "/wp-includes/js/mediaelement/mediaelementplayer$suffix.css" );
Note: See TracChangeset
for help on using the changeset viewer.