Make WordPress Core


Ignore:
Timestamp:
08/26/2011 07:33:14 PM (14 years ago)
Author:
azaozz
Message:

Fix TimyMCE init when launching DFW and respect wpautop setting there, see #17144

File:
1 edited

Legend:

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

    r18607 r18609  
    8787    $scripts->add( 'editor', "/wp-admin/js/editor$suffix.js", array('utils','jquery'), '20110820', 1 );
    8888
    89     $scripts->add( 'wp-fullscreen', "/wp-admin/js/wp-fullscreen$suffix.js", array('jquery'), '20110802', 1 );
     89    $scripts->add( 'wp-fullscreen', "/wp-admin/js/wp-fullscreen$suffix.js", array('jquery'), '20110826', 1 );
    9090
    9191    $scripts->add( 'prototype', '/wp-includes/js/prototype.js', false, '1.6.1');
Note: See TracChangeset for help on using the changeset viewer.