Make WordPress Core


Ignore:
Timestamp:
09/16/2013 12:45:54 PM (12 years ago)
Author:
SergeyBiryukov
Message:

Update @since for wp_script_is() and wp_style_is(). props jdgrimes. see #25326.

File:
1 edited

Legend:

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

    r24740 r25449  
    150150 * Remove an enqueued style.
    151151 *
    152  * @since WP 3.1
     152 * @since 3.1.0
    153153 * @see WP_Styles::dequeue() For parameter information.
    154154 */
     
    172172 * and you can check processing statuses with 'to_do' and 'done'.
    173173 *
    174  * @since WP unknown; BP unknown
     174 * @since 2.8.0
    175175 * @global object $wp_styles The WP_Styles object for printing styles.
    176176 *
Note: See TracChangeset for help on using the changeset viewer.