mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
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:
parent
ef23590f5b
commit
4fa9b6b1b2
2
wp-includes/js/tinymce/tiny_mce.js
vendored
2
wp-includes/js/tinymce/tiny_mce.js
vendored
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
Block a user