Make WordPress Core


Ignore:
Timestamp:
02/25/2010 09:46:53 PM (13 years ago)
Author:
ryan
Message:

Switch live() binding to a single selector. Props mdawaffe. fixes #12369

File:
1 edited

Legend:

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

    r13402 r13411  
    279279        $scripts->add_data( 'postbox', 'group', 1 );
    280280
    281         $scripts->add( 'post', "/wp-admin/js/post$suffix.js", array('suggest', 'wp-lists', 'postbox'), '20100217' );
     281        $scripts->add( 'post', "/wp-admin/js/post$suffix.js", array('suggest', 'wp-lists', 'postbox'), '20100224' );
    282282        $scripts->add_data( 'post', 'group', 1 );
    283283        $scripts->localize( 'post', 'postL10n', array(
Note: See TracChangeset for help on using the changeset viewer.