Ticket #20836: add-inline-style.patch
| File add-inline-style.patch, 470 bytes (added by stephenh1988, 13 months ago) |
|---|
-
wp-includes/class.wp-styles.php
50 50 $this->concat .= "$handle,"; 51 51 $this->concat_version .= "$handle$ver"; 52 52 53 $this->print_code .= $this-> get_data( $handle, 'after');53 $this->print_code .= $this->print_inline_style( $handle, false ); 54 54 55 55 return true; 56 56 }