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

git-svn-id: https://develop.svn.wordpress.org/trunk@10817 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2009-03-19 08:52:45 +00:00
parent ef23590f5b
commit 4fa9b6b1b2
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' );