Make WordPress Core

Ticket #25326: 25326.diff

File 25326.diff, 1.1 KB (added by jdgrimes, 12 years ago)

Changes to @since 2.8.0

  • src/wp-includes/functions.wp-scripts.php

     
    189189 * pass 'registered' to $list, to see if the script is registered,
    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.
    195195 * @param string $list Optional. Defaults to 'enqueued'. Values are
  • src/wp-includes/functions.wp-styles.php

     
    171171 * pass 'registered' to $list, to see if the style is registered,
    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 *
    177177 * @param string $handle Name of the stylesheet.