Fix alignment and blockquote when multiple paragraphs are selected in TinyMCE, fixes #9361

git-svn-id: http://svn.automattic.com/wordpress/trunk@10817 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz 2009-03-19 08:52:45 +00:00
parent b4e1aab114
commit f5d2d4fc95
4 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -88,7 +88,7 @@ function wp_default_scripts( &$scripts ) {
// Modify this version when tinyMCE plugins are changed.
function mce_version() {
return '20090314';
return '20090319';
}
add_filter( 'tiny_mce_version', 'mce_version' );