Ticket #25326: 25326.diff
| File 25326.diff, 1.1 KB (added by , 12 years ago) |
|---|
-
src/wp-includes/functions.wp-scripts.php
189 189 * pass 'registered' to $list, to see if the script is registered, 190 190 * and you can check processing statuses with 'to_do' and 'done'. 191 191 * 192 * @since WP unknown; BP unknown192 * @since 2.8.0 193 193 * 194 194 * @param string $handle Name of the script. 195 195 * @param string $list Optional. Defaults to 'enqueued'. Values are -
src/wp-includes/functions.wp-styles.php
171 171 * pass 'registered' to $list, to see if the style is registered, 172 172 * and you can check processing statuses with 'to_do' and 'done'. 173 173 * 174 * @since WP unknown; BP unknown174 * @since 2.8.0 175 175 * @global object $wp_styles The WP_Styles object for printing styles. 176 176 * 177 177 * @param string $handle Name of the stylesheet.