Replace ref to dimensions with jquery core

git-svn-id: https://develop.svn.wordpress.org/trunk@8045 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-06-04 05:19:23 +00:00
parent 0a52e8a66e
commit ab8655babc
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ function wp_default_scripts( &$scripts ) {
'error' => __('Error:')
));
$scripts->add( 'theme-preview', '/wp-admin/js/theme-preview.js', array( 'thickbox', 'dimensions' ), '20080523' );
$scripts->add( 'theme-preview', '/wp-admin/js/theme-preview.js', array( 'thickbox', 'jquery' ), '20080523' );
}
}