Changeset 24941 for branches/3.6/wp-includes/script-loader.php
- Timestamp:
- 08/01/2013 01:18:01 PM (12 years ago)
- Location:
- branches/3.6
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.6
-
branches/3.6/wp-includes/script-loader.php
r24786 r24941 303 303 304 304 $scripts->add( 'wp-mediaelement', "/wp-includes/js/mediaelement/wp-mediaelement.js", array('mediaelement'), false, 1 ); 305 did_action( 'init' ) && $scripts->localize( 'wp-mediaelement', '_wpmejsSettings', array( 306 'pluginPath' => includes_url( 'js/mediaelement/', 'relative' ), 307 ) ); 305 308 306 309 $scripts->add( 'password-strength-meter', "/wp-admin/js/password-strength-meter$suffix.js", array('jquery'), false, 1 );
Note: See TracChangeset
for help on using the changeset viewer.