mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-08 19:20:03 +00:00
Remove dependency from ie.css, props SergeyBiryukov, see #18314
git-svn-id: https://develop.svn.wordpress.org/trunk@18719 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -408,7 +408,7 @@ function wp_default_styles( &$styles ) {
|
||||
|
||||
$styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20110918a' );
|
||||
|
||||
$styles->add( 'ie', "/wp-admin/css/ie$suffix.css", array('wp-admin'), '20110902' );
|
||||
$styles->add( 'ie', "/wp-admin/css/ie$suffix.css", array(), '20110902' );
|
||||
$styles->add_data( 'ie', 'conditional', 'lte IE 7' );
|
||||
|
||||
// all colors stylesheets need to have the same query strings (cache manifest compat)
|
||||
|
||||
Reference in New Issue
Block a user