Index: trunk/phase3/includes/ResourceLoader.php |
— | — | @@ -323,10 +323,7 @@ |
324 | 324 | |
325 | 325 | // Styles |
326 | 326 | $styles = array(); |
327 | | - if ( |
328 | | - $context->shouldIncludeStyles() && |
329 | | - ( count( $styles = $module->getStyles( $context ) ) ) |
330 | | - ) { |
| 327 | + if ( $context->shouldIncludeStyles() && ( count( $styles = $module->getStyles( $context ) ) ) ) { |
331 | 328 | // Flip CSS on a per-module basis |
332 | 329 | if ( $this->modules[$name]->getFlip( $context ) ) { |
333 | 330 | foreach ( $styles as $media => $style ) { |