Rename back the handle for the editor CSS, props nacin, fixes #19843

git-svn-id: https://develop.svn.wordpress.org/trunk@20334 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2012-03-31 16:32:47 +00:00
parent 467905e308
commit 790f4e47f9
2 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');
wp_print_styles('editor-buttons');
self::$editor_buttons_css = false;
}