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:
Andrew Ozz 2008-11-26 03:28:24 +00:00
parent 7d48aaa4f3
commit c1cf524fc0
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -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' );