Remove obsolete image reference from thickboxL10n. props kovshenin. fixes #26257.

git-svn-id: https://develop.svn.wordpress.org/trunk@26403 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2013-11-26 11:45:50 +00:00
parent 0329fb83e3
commit 2dc121f134
1 changed files with 0 additions and 1 deletions

View File

@ -204,7 +204,6 @@ function wp_default_scripts( &$scripts ) {
'close' => __('Close'),
'noiframes' => __('This feature requires inline frames. You have iframes disabled or your browser does not support them.'),
'loadingAnimation' => includes_url('js/thickbox/loadingAnimation.gif'),
'closeImage' => includes_url('js/thickbox/tb-close.png')
) );
$scripts->add( 'jcrop', "/wp-includes/js/jcrop/jquery.Jcrop.min.js", array('jquery'), '0.9.12');