Make WordPress Core


Ignore:
Timestamp:
12/04/2010 03:52:59 AM (14 years ago)
Author:
nacin
Message:

Don't even show parent theme files when viewing the child theme. see #15672.

File:
1 edited

Legend:

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

    r16686 r16714  
    507507    $styles->add( 'dashboard', "/wp-admin/css/dashboard$suffix.css", array(), '20101020' );
    508508    $styles->add( 'install', "/wp-admin/css/install$suffix.css", array(), '20101020' ); // Readme as well
    509     $styles->add( 'theme-editor', "/wp-admin/css/theme-editor$suffix.css", array(), '20100514' );
     509    $styles->add( 'theme-editor', "/wp-admin/css/theme-editor$suffix.css", array(), '20101203' );
    510510    $styles->add( 'press-this', "/wp-admin/css/press-this$suffix.css", array(), '20101020' );
    511511    $styles->add( 'thickbox', '/wp-includes/js/thickbox/thickbox.css', array(), '20090514' );
Note: See TracChangeset for help on using the changeset viewer.