scripts.mit.edu
/
autoinstalls
/
wordpress.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Wordpress 3.6-scripts
[autoinstalls/wordpress.git]
/
wp-includes
/
class.wp-styles.php
diff --git
a/wp-includes/class.wp-styles.php
b/wp-includes/class.wp-styles.php
index fdfe5afe3213b2afd7ded35095b6ca1bae47085d..b1241b30460077b25b5eff35b187ea0d6154525d 100644
(file)
--- a/
wp-includes/class.wp-styles.php
+++ b/
wp-includes/class.wp-styles.php
@@
-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;
}