Changeset 32566 for trunk/src/wp-includes/class.wp-styles.php
- Timestamp:
- 05/24/2015 05:04:39 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class.wp-styles.php
r31031 r32566 235 235 } 236 236 237 /** 238 * @return array 239 */ 237 240 public function do_footer_items() { // HTML 5 allows styles in the body, grab late enqueued items and output them in the footer. 238 241 $this->do_items(false, 1);
Note: See TracChangeset
for help on using the changeset viewer.