Changeset 25449 for trunk/src/wp-includes/functions.wp-styles.php
- Timestamp:
- 09/16/2013 12:45:54 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.wp-styles.php
r24740 r25449 150 150 * Remove an enqueued style. 151 151 * 152 * @since WP 3.1152 * @since 3.1.0 153 153 * @see WP_Styles::dequeue() For parameter information. 154 154 */ … … 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 *
Note: See TracChangeset
for help on using the changeset viewer.