TinyMCE: Remove dashicon-no-alt.png, unused since [30694].

props kpdesign, MattyRob.
fixes #30791 for trunk.
Built from https://develop.svn.wordpress.org/trunk@31073


git-svn-id: http://core.svn.wordpress.org/trunk@31054 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2015-01-07 23:32:22 +00:00
parent da4a8f56f5
commit f601e45055
2 changed files with 2 additions and 1 deletions

View File

@ -694,6 +694,7 @@ $_old_files = array(
'wp-includes/js/jquery/ui/jquery.ui.tabs.min.js',
'wp-includes/js/jquery/ui/jquery.ui.tooltip.min.js',
'wp-includes/js/jquery/ui/jquery.ui.widget.min.js',
'wp-includes/js/tinymce/skins/wordpress/images/dashicon-no-alt.png',
);
/**

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.2-alpha-31072';
$wp_version = '4.2-alpha-31073';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.