Make WordPress Core


Ignore:
Timestamp:
05/16/2010 05:17:57 AM (15 years ago)
Author:
nacin
Message:

Custom background UI updates. props ocean90 for initial patch, see #12186.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/script-loader.php

    r14682 r14684  
    406406        ) );
    407407
    408         $scripts->add( 'custom-background', "/wp-admin/js/custom-background$suffix.js", array('farbtastic'), '20100321' );
     408        $scripts->add( 'custom-background', "/wp-admin/js/custom-background$suffix.js", array('farbtastic'), '20100516' );
    409409        $scripts->add_data( 'custom-background', 'group', 1 );
    410         // See wp_just_in_time_script_localization() for translation data for this object
    411410    }
    412411}
     
    530529    ) );
    531530
    532     wp_localize_script( 'custom-background', 'customBackgroundL10n', array(
    533         'backgroundcolor' => '#' . get_background_color(),
    534     ) );
    535531}
    536532
Note: See TracChangeset for help on using the changeset viewer.