Make WordPress Core


Ignore:
Timestamp:
06/04/2011 12:46:47 AM (15 years ago)
Author:
azaozz
Message:

DFW: restore editor width shortcuts, restore limited overwriting of the theme styling in TinyMCE, show the toolbar on mouse move in TinyMCE, improve the help, fixes #17503, fixes #17644, fixes #17664, fixes #17596

File:
1 edited

Legend:

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

    r18122 r18137  
    9797    $scripts->add_data( 'editor', 'group', 1 );
    9898
    99     $scripts->add( 'wp-fullscreen', "/wp-admin/js/wp-fullscreen$suffix.js", array('jquery'), '20110530' );
     99    $scripts->add( 'wp-fullscreen', "/wp-admin/js/wp-fullscreen$suffix.js", array('jquery'), '20110603' );
    100100    $scripts->add_data( 'wp-fullscreen', 'group', 1 );
    101101
Note: See TracChangeset for help on using the changeset viewer.