Make WordPress Core


Ignore:
Timestamp:
11/26/2008 03:28:24 AM (17 years ago)
Author:
azaozz
Message:

Fix the editor losing focus on backspace when there is no more text to delete in Safari, props markjaquith, fixes #8334

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/script-loader.php

    r9894 r9896  
    6262    // Modify this version when tinyMCE plugins are changed.
    6363    function mce_version() {
    64         return '20081125';
     64        return '20081125b';
    6565    }
    6666    add_filter( 'tiny_mce_version', 'mce_version' );
Note: See TracChangeset for help on using the changeset viewer.