Changeset 14684 for trunk/wp-includes/script-loader.php
- Timestamp:
- 05/16/2010 05:17:57 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/script-loader.php
r14682 r14684 406 406 ) ); 407 407 408 $scripts->add( 'custom-background', "/wp-admin/js/custom-background$suffix.js", array('farbtastic'), '20100 321' );408 $scripts->add( 'custom-background', "/wp-admin/js/custom-background$suffix.js", array('farbtastic'), '20100516' ); 409 409 $scripts->add_data( 'custom-background', 'group', 1 ); 410 // See wp_just_in_time_script_localization() for translation data for this object411 410 } 412 411 } … … 530 529 ) ); 531 530 532 wp_localize_script( 'custom-background', 'customBackgroundL10n', array(533 'backgroundcolor' => '#' . get_background_color(),534 ) );535 531 } 536 532
Note: See TracChangeset
for help on using the changeset viewer.