Make WordPress Core


Ignore:
Timestamp:
09/26/2011 07:23:43 PM (12 years ago)
Author:
azaozz
Message:

Fix the uploader popup in DWF, reduce the height of the drop area, see #17144

File:
1 edited

Legend:

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

    r18776 r18778  
    8787    $scripts->add( 'editor', "/wp-admin/js/editor$suffix.js", array('utils','jquery'), '20110820', 1 );
    8888
    89     $scripts->add( 'wp-fullscreen', "/wp-admin/js/wp-fullscreen$suffix.js", array('jquery'), '20110918', 1 );
     89    $scripts->add( 'wp-fullscreen', "/wp-admin/js/wp-fullscreen$suffix.js", array('jquery'), '20110926', 1 );
    9090
    9191    $scripts->add( 'prototype', '/wp-includes/js/prototype.js', false, '1.6.1');
     
    430430    $no_suffix = array( 'farbtastic' );
    431431
    432     $styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20110925' );
     432    $styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20110926' );
    433433
    434434    $styles->add( 'ie', "/wp-admin/css/ie$suffix.css", array(), '20110919' );
Note: See TracChangeset for help on using the changeset viewer.