Changeset 42710 for trunk/src/wp-includes/functions.wp-scripts.php
- Timestamp:
- 02/13/2018 04:53:44 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.wp-scripts.php
r42343 r42710 320 320 321 321 /** 322 * Check whether a script has been added to the queue. 323 * 322 * Determines whether a script has been added to the queue. 323 * 324 * For more information on this and similar theme functions, check out 325 * the {@link https://developer.wordpress.org/themes/basics/conditional-tags/ 326 * Conditional Tags} article in the Theme Developer Handbook. 327 * 324 328 * @since 2.8.0 325 329 * @since 3.5.0 'enqueued' added as an alias of the 'queue' list.
Note: See TracChangeset
for help on using the changeset viewer.