﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
12274,get_themes() Support for gzipped style.css,stalkerX,,"Please add support for style.css.gz and style.gz.css as theme default stylesheet file.

Core file: theme.php[[BR]]
Lines: 585 & 562

Before:
{{{
if ( $theme_file == 'style.css' ) {
}}}

After:
{{{
if ( in_array($theme_file, array('style.css', 'style.css.gz', 'style.gz.css')) ) {
}}}
",feature request,closed,low,,Themes,,normal,worksforme,"css, theme, stylesheet",
