Use correct element in jQuery selector. props ocean90, see #12186.
git-svn-id: http://svn.automattic.com/wordpress/trunk@15079 1a063a9b-81f0-0310-95a4-ce76da25c4cd
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