Make WordPress Core


Ignore:
Timestamp:
11/06/2011 08:42:20 PM (14 years ago)
Author:
nacin
Message:

Correct the position of the resizer for the visual editor (not the main editor). props jakemgold, fixes #19177.

File:
1 edited

Legend:

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

    r19186 r19191  
    432432    $no_suffix = array( 'farbtastic' );
    433433
    434     $styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20111104a' );
     434    $styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20111106' );
    435435
    436436    $styles->add( 'ie', "/wp-admin/css/ie$suffix.css", array(), '20111015' );
Note: See TracChangeset for help on using the changeset viewer.