Make WordPress Core


Ignore:
Timestamp:
11/17/2010 05:55:09 PM (16 years ago)
Author:
markjaquith
Message:

admin-bar.js is stale. Bumping the version number.

File:
1 edited

Legend:

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

    r16435 r16436  
    263263        $scripts->add_data( 'user-profile', 'group', 1 );       
    264264
    265         $scripts->add( 'admin-bar', "/wp-includes/js/admin-bar$suffix.js", false, '20101029');
     265        $scripts->add( 'admin-bar', "/wp-includes/js/admin-bar$suffix.js", false, '20101117');
    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.