Make WordPress Core


Ignore:
Timestamp:
05/24/2015 05:04:39 AM (10 years ago)
Author:
wonderboymusic
Message:

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

See #32444.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class.wp-styles.php

    r31031 r32566  
    235235    }
    236236
     237    /**
     238     * @return array
     239     */
    237240    public function do_footer_items() { // HTML 5 allows styles in the body, grab late enqueued items and output them in the footer.
    238241        $this->do_items(false, 1);
Note: See TracChangeset for help on using the changeset viewer.