Make WordPress Core

Changeset 25449


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.

Location:
trunk/src/wp-includes
Files:
2 edited

Legend:

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

    r25443 r25449  
    168168 * Remove an enqueued script.
    169169 *
    170  * @since WP 3.1
     170 * @since 3.1.0
    171171 * @see WP_Scripts::dequeue() For parameter information.
    172172 */
     
    190190 * and you can check processing statuses with 'to_do' and 'done'.
    191191 *
    192  * @since WP unknown; BP unknown
     192 * @since 2.8.0
    193193 *
    194194 * @param string $handle Name of the script.
  • 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.