Make WordPress Core


Ignore:
Timestamp:
02/05/2011 06:31:05 PM (14 years ago)
Author:
ryan
Message:

Preserve tag escaping. Props koopersmith, Nils Jueneman. For trunk

File:
1 edited

Legend:

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

    r17377 r17398  
    313313        $scripts->add_data( 'postbox', 'group', 1 );
    314314
    315         $scripts->add( 'post', "/wp-admin/js/post$suffix.js", array('suggest', 'wp-lists', 'postbox'), '20101222' );
     315        $scripts->add( 'post', "/wp-admin/js/post$suffix.js", array('suggest', 'wp-lists', 'postbox'), '20110203' );
    316316        $scripts->add_data( 'post', 'group', 1 );
    317317        $scripts->localize( 'post', 'postL10n', array(
Note: See TracChangeset for help on using the changeset viewer.