Replace ref to dimensions with jquery core
git-svn-id: http://svn.automattic.com/wordpress/trunk@8045 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
17c0d8910b
commit
aec22e8e72
|
@ -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' );
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue