Changeset 18446 for trunk/wp-includes/class.wp-styles.php
- Timestamp:
- 07/21/2011 04:32:01 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/class.wp-styles.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class.wp-styles.php
r13351 r18446 123 123 return false; 124 124 } 125 126 function do_footer_items() { // HTML 5 allows styles in the body, grab late enqueued items and output them in the footer. 127 $this->do_items(false, 1); 128 return $this->done; 129 } 125 130 131 function reset() { 132 $this->do_concat = false; 133 $this->concat = ''; 134 $this->concat_version = ''; 135 $this->print_html = ''; 136 } 126 137 } 138
Note: See TracChangeset
for help on using the changeset viewer.