]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/class.wp-styles.php
Wordpress 3.6
[autoinstalls/wordpress.git] / wp-includes / class.wp-styles.php
index fdfe5afe3213b2afd7ded35095b6ca1bae47085d..b1241b30460077b25b5eff35b187ea0d6154525d 100644 (file)
@@ -50,7 +50,7 @@ class WP_Styles extends WP_Dependencies {
                                $this->concat .= "$handle,";
                                $this->concat_version .= "$handle$ver";
 
-                               $this->print_code .= $this->get_data( $handle, 'after' );
+                               $this->print_code .= $this->print_inline_style( $handle, false );
 
                                return true;
                        }