Move editor-buttons.css to editor.css to reflect its current use. see #19843.

git-svn-id: https://develop.svn.wordpress.org/trunk@20283 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2012-03-24 13:43:52 +00:00
parent 1568ee99ee
commit f0a12b86ea
4 changed files with 2 additions and 2 deletions

View File

@@ -90,7 +90,7 @@ final class _WP_Editors {
echo '<div id="wp-' . $editor_id . '-wrap" class="wp-editor-wrap ' . $switch_class . '">';
if ( self::$editor_buttons_css ) {
wp_print_styles('editor-buttons');
wp_print_styles('editor');
self::$editor_buttons_css = false;
}