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:
parent
b4e1aab114
commit
f5d2d4fc95
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Binary file not shown.
|
@ -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' );
|
||||
|
||||
|
|
Loading…
Reference in New Issue