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:
Andrew Nacin
2010-05-31 16:30:02 +00:00
parent d45fc420f4
commit 4a0f1ff357
3 changed files with 3 additions and 3 deletions

View File

@@ -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 );
}
}