Make WordPress Core


Ignore:
Timestamp:
09/26/2011 09:03:38 PM (13 years ago)
Author:
koopersmith
Message:

Introduce help tabs and WP_Screen. props mbijon, goldenapples, natebedortha, ryan. see #18690.

File:
1 edited

Legend:

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

    r18778 r18779  
    6262    $scripts->add( 'utils', "/wp-admin/js/utils$suffix.js", false, '20101110' );
    6363
    64     $scripts->add( 'common', "/wp-admin/js/common$suffix.js", array('jquery', 'hoverIntent', 'utils'), '20110923', 1 );
     64    $scripts->add( 'common', "/wp-admin/js/common$suffix.js", array('jquery', 'hoverIntent', 'utils'), '20110926', 1 );
    6565    $scripts->add_script_data( 'common', 'commonL10n', array(
    6666        'warnDelete' => __("You are about to permanently delete the selected items.\n  'Cancel' to stop, 'OK' to delete.")
     
    430430    $no_suffix = array( 'farbtastic' );
    431431
    432     $styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20110926' );
     432    $styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20110926b' );
    433433
    434434    $styles->add( 'ie', "/wp-admin/css/ie$suffix.css", array(), '20110919' );
     
    436436
    437437    // all colors stylesheets need to have the same query strings (cache manifest compat)
    438     $colors_version = '20110923c';
     438    $colors_version = '20110926';
    439439
    440440    // 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.