Make WordPress Core


Ignore:
Timestamp:
10/29/2010 01:27:52 PM (15 years ago)
Author:
ryan
Message:

Fix typo. Props filosofo. see #14772

File:
1 edited

Legend:

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

    r16070 r16074  
    259259    $scripts->add_data( 'user-profile', 'group', 1 );   
    260260
    261     $scripts->add( 'admin-bar', "/wp-includes/js/admin-bar$suffix.js", false, '20101028');
     261    $scripts->add( 'admin-bar', "/wp-includes/js/admin-bar$suffix.js", false, '20101029');
    262262    $scripts->add_data( 'admin-bar', 'group', 1 ); 
    263263    $scripts->localize( 'admin-bar', 'adminBarL10n', array(
Note: See TracChangeset for help on using the changeset viewer.