Ticket #23198: 23198.patch
File 23198.patch, 555 bytes (added by , 8 years ago) |
---|
-
wp-includes/class-wp-editor.php
397 397 $body_class = $editor_id; 398 398 399 399 if ( $post = get_post() ) 400 $body_class .= ' post-type-' . $post->post_type ;400 $body_class .= ' post-type-' . $post->post_type . ' post-status-' . $post->post_status; 401 401 402 402 if ( !empty($set['tinymce']['body_class']) ) { 403 403 $body_class .= ' ' . $set['tinymce']['body_class'];