mirror of
git://develop.git.wordpress.org/
synced 2025-01-31 04:17:57 +01:00
Fix the editor losing focus on backspace when there is no more text to delete in Safari, props markjaquith, fixes #8334
git-svn-id: https://develop.svn.wordpress.org/trunk@9896 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
7d48aaa4f3
commit
c1cf524fc0
File diff suppressed because one or more lines are too long
@ -61,7 +61,7 @@ function wp_default_scripts( &$scripts ) {
|
||||
|
||||
// Modify this version when tinyMCE plugins are changed.
|
||||
function mce_version() {
|
||||
return '20081125';
|
||||
return '20081125b';
|
||||
}
|
||||
add_filter( 'tiny_mce_version', 'mce_version' );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user