Changeset 35019 for trunk/src/wp-includes/script-loader.php
- Timestamp:
- 10/10/2015 11:49:44 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/script-loader.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/script-loader.php
r34912 r35019 289 289 ); 290 290 291 $scripts->add( 'plupload', '/wp-includes/js/plupload/plupload.full.min.js', array(), '2.1. 1' );291 $scripts->add( 'plupload', '/wp-includes/js/plupload/plupload.full.min.js', array(), '2.1.8' ); 292 292 // Back compat handles: 293 293 foreach ( array( 'all', 'html5', 'flash', 'silverlight', 'html4' ) as $handle ) {
Note: See TracChangeset
for help on using the changeset viewer.