mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-03-31 10:44:26 +00:00
Use correct element in jQuery selector. props ocean90, see #12186.
git-svn-id: https://develop.svn.wordpress.org/trunk@15079 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -395,7 +395,7 @@ function wp_default_scripts( &$scripts ) {
|
||||
'saveAlert' => __('The changes you made will be lost if you navigate away from this page.'),
|
||||
) );
|
||||
|
||||
$scripts->add( 'custom-background', "/wp-admin/js/custom-background$suffix.js", array('farbtastic'), '20100527' );
|
||||
$scripts->add( 'custom-background', "/wp-admin/js/custom-background$suffix.js", array('farbtastic'), '20100531' );
|
||||
$scripts->add_data( 'custom-background', 'group', 1 );
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user