Make WordPress Core


Ignore:
Timestamp:
11/20/2011 01:03:17 AM (12 years ago)
Author:
koopersmith
Message:

Help tabs: remove scrollbar and max-height. see #19155.

File:
1 edited

Legend:

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

    r19351 r19361  
    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'), '20111106a', 1 );
     64    $scripts->add( 'common', "/wp-admin/js/common$suffix.js", array('jquery', 'hoverIntent', 'utils'), '20111119', 1 );
    6565    $scripts->localize( 'common', 'commonL10n', array(
    6666        'warnDelete' => __("You are about to permanently delete the selected items.\n  'Cancel' to stop, 'OK' to delete.")
     
    434434    $no_suffix = array( 'farbtastic' );
    435435
    436     $styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20111118c' );
     436    $styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20111119' );
    437437
    438438    $styles->add( 'ie', "/wp-admin/css/ie$suffix.css", array(), '20111015' );
     
    440440
    441441    // all colors stylesheets need to have the same query strings (cache manifest compat)
    442     $colors_version = '20111117';
     442    $colors_version = '20111119';
    443443
    444444    // 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.