Changeset 16419 for trunk/wp-includes/script-loader.php
- Timestamp:
- 11/17/2010 04:52:01 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/script-loader.php
r16415 r16419 65 65 $scripts->add( 'utils', "/wp-admin/js/utils$suffix.js", false, '20101110' ); 66 66 67 $scripts->add( 'common', "/wp-admin/js/common$suffix.js", array('jquery', 'hoverIntent', 'utils'), '2010111 4' );67 $scripts->add( 'common', "/wp-admin/js/common$suffix.js", array('jquery', 'hoverIntent', 'utils'), '20101116' ); 68 68 $scripts->add_data( 'common', 'group', 1 ); 69 69 $scripts->localize( 'common', 'commonL10n', array( … … 471 471 $no_suffix = array( 'farbtastic' ); 472 472 473 $styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20101116 ' );473 $styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20101116a' ); 474 474 475 475 $styles->add( 'ie', "/wp-admin/css/ie$suffix.css", array(), '20101102' ); … … 477 477 478 478 // all colors stylesheets need to have the same query strings (cache manifest compat) 479 $colors_version = '2010111 4';479 $colors_version = '20101116'; 480 480 481 481 // Register "meta" stylesheet for admin colors. All colors-* style sheets should have the same version string.
Note: See TracChangeset
for help on using the changeset viewer.