﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
19437	Pass post type as a class to TinyMCE init	markjaquith	azaozz	"If we pass the post type as a class to TinyMCE, editor-styles.css can target rules to specific post types which may be displayed differently.

{{{
<?php wp_editor($post->post_content, 'content', array('dfw' => true, 'tabindex' => 1, 'tinymce' => array( 'body_class' => 'post-type-' . $post_type ) ) ); ?>
}}}"	enhancement	closed	normal	3.4	TinyMCE		normal	fixed		
