Make WordPress Core


Ignore:
Timestamp:
11/09/2009 09:54:52 PM (16 years ago)
Author:
azaozz
Message:

Fix hiding of "Add new tag" tip in IE6/7, props yoavf, fixes #11107

File:
1 edited

Legend:

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

    r12154 r12159  
    266266        $scripts->add_data( 'postbox', 'group', 1 );
    267267
    268         $scripts->add( 'post', "/wp-admin/js/post$suffix.js", array('suggest', 'wp-lists', 'postbox'), '20091026' );
     268        $scripts->add( 'post', "/wp-admin/js/post$suffix.js", array('suggest', 'wp-lists', 'postbox'), '20091109' );
    269269        $scripts->add_data( 'post', 'group', 1 );
    270270        $scripts->localize( 'post', 'postL10n', array(
Note: See TracChangeset for help on using the changeset viewer.