Add missing doc blocks to class.wp-(scripts|styles).php.

See #32444.


git-svn-id: https://develop.svn.wordpress.org/trunk@32566 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Scott Taylor
2015-05-24 05:04:39 +00:00
parent f270cd90c5
commit d174df13ae
2 changed files with 49 additions and 5 deletions

View File

@@ -234,6 +234,9 @@ class WP_Styles extends WP_Dependencies {
return false;
}
/**
* @return array
*/
public function do_footer_items() { // HTML 5 allows styles in the body, grab late enqueued items and output them in the footer.
$this->do_items(false, 1);
return $this->done;