Make WordPress Core


Ignore:
Timestamp:
01/12/2011 06:11:18 AM (14 years ago)
Author:
nacin
Message:

Check for a property of the object as well. props koopersmith, see #16194.

File:
1 edited

Legend:

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

    r17265 r17266  
    263263    $scripts->add_data( 'user-profile', 'group', 1 );
    264264
    265     $scripts->add( 'admin-bar', "/wp-includes/js/admin-bar$suffix.js", false, '20110111a' );
     265    $scripts->add( 'admin-bar', "/wp-includes/js/admin-bar$suffix.js", false, '20110112' );
    266266    $scripts->add_data( 'admin-bar', 'group', 1 );
    267267    $scripts->localize( 'admin-bar', 'adminBarL10n', array(
Note: See TracChangeset for help on using the changeset viewer.