Make WordPress Core


Ignore:
Timestamp:
02/18/2010 11:20:15 AM (15 years ago)
Author:
azaozz
Message:

Sync checkboxes only for categories, some white space cleanup, props kevinB, fixes #12244

File:
1 edited

Legend:

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

    r13191 r13195  
    276276        $scripts->add_data( 'postbox', 'group', 1 );
    277277
    278         $scripts->add( 'post', "/wp-admin/js/post$suffix.js", array('suggest', 'wp-lists', 'postbox'), '20091208' );
     278        $scripts->add( 'post', "/wp-admin/js/post$suffix.js", array('suggest', 'wp-lists', 'postbox'), '20100217' );
    279279        $scripts->add_data( 'post', 'group', 1 );
    280280        $scripts->localize( 'post', 'postL10n', array(
Note: See TracChangeset for help on using the changeset viewer.