Make WordPress Core


Ignore:
Timestamp:
01/04/2012 07:03:33 PM (14 years ago)
Author:
ryan
Message:

Update some @since. Props dgwyer. fixes #19638

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/script-loader.php

    r19621 r19673  
    657657 * Private, for use in *_footer_scripts hooks
    658658 *
    659  * @since 3.3
     659 * @since 3.3.0
    660660 */
    661661function _wp_footer_scripts() {
     
    714714 * Prints the styles that were queued too late for the HTML head.
    715715 *
    716  * @since 3.3
     716 * @since 3.3.0
    717717 */
    718718function print_late_styles() {
Note: See TracChangeset for help on using the changeset viewer.