From 2dc121f134d03303bd970013f7ee9c12691c83ca Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 26 Nov 2013 11:45:50 +0000 Subject: [PATCH] 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 --- src/wp-includes/script-loader.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wp-includes/script-loader.php b/src/wp-includes/script-loader.php index 64c39d740a..fff7366cdf 100644 --- a/src/wp-includes/script-loader.php +++ b/src/wp-includes/script-loader.php @@ -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');