Make WordPress Core


Ignore:
Timestamp:
10/19/2011 04:41:26 PM (13 years ago)
Author:
koopersmith
Message:

Welcome panel contents and functionality. see #11651.

File:
1 edited

Legend:

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

    r19001 r19007  
    366366        $scripts->add( 'farbtastic', '/wp-admin/js/farbtastic.js', array('jquery'), '1.2' );
    367367
    368         $scripts->add( 'dashboard', "/wp-admin/js/dashboard$suffix.js", array( 'jquery', 'admin-comments', 'postbox' ), '20110524', 1 );
     368        $scripts->add( 'dashboard', "/wp-admin/js/dashboard$suffix.js", array( 'jquery', 'admin-comments', 'postbox' ), '20111019', 1 );
    369369
    370370        $scripts->add( 'hoverIntent', "/wp-includes/js/hoverIntent$suffix.js", array('jquery'), '20090102', 1 );
     
    432432    $no_suffix = array( 'farbtastic' );
    433433
    434     $styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20111018' );
     434    $styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20111019' );
    435435
    436436    $styles->add( 'ie', "/wp-admin/css/ie$suffix.css", array(), '20111015' );
     
    438438
    439439    // all colors stylesheets need to have the same query strings (cache manifest compat)
    440     $colors_version = '20111017a';
     440    $colors_version = '20111019';
    441441
    442442    // Register "meta" stylesheet for admin colors. All colors-* style sheets should have the same version string.
Note: See TracChangeset for help on using the changeset viewer.