Make WordPress Core


Ignore:
Timestamp:
11/25/2009 09:50:20 AM (16 years ago)
Author:
azaozz
Message:

Autop: add fieldset to blocks, remove support for empty <p> for now, fix block in block problems when switching the editor from visual to html and back, fixes #8644

File:
1 edited

Legend:

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

    r12244 r12275  
    8888    $scripts->add( 'colorpicker', "/wp-includes/js/colorpicker$suffix.js", array('prototype'), '3517m' );
    8989
    90     $scripts->add( 'editor', "/wp-admin/js/editor$suffix.js", false, '20091023' );
     90    $scripts->add( 'editor', "/wp-admin/js/editor$suffix.js", false, '20091124' );
    9191
    9292    $scripts->add( 'prototype', '/wp-includes/js/prototype.js', false, '1.6');
Note: See TracChangeset for help on using the changeset viewer.