Changeset 31567 for trunk/src/wp-includes/script-loader.php
- Timestamp:
- 02/27/2015 09:40:55 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/script-loader.php
r31534 r31567 162 162 163 163 // jQuery 164 $scripts->add( 'jquery', false, array( 'jquery-core', 'jquery-migrate' ), '1.11. 1' );165 $scripts->add( 'jquery-core', '/wp-includes/js/jquery/jquery.js', array(), '1.11. 1' );164 $scripts->add( 'jquery', false, array( 'jquery-core', 'jquery-migrate' ), '1.11.2' ); 165 $scripts->add( 'jquery-core', '/wp-includes/js/jquery/jquery.js', array(), '1.11.2' ); 166 166 $scripts->add( 'jquery-migrate', "/wp-includes/js/jquery/jquery-migrate$suffix.js", array(), '1.2.1' ); 167 167 … … 503 503 'suggestedImgAlt' => __( 'Suggested image #%d' ), 504 504 ) ); 505 505 506 506 $scripts->add( 'editor-expand', "/wp-admin/js/editor-expand$suffix.js", array( 'jquery' ), false, 1 ); 507 507
Note: See TracChangeset
for help on using the changeset viewer.