Changeset 37518 for trunk/src/wp-includes/class.wp-scripts.php
- Timestamp:
- 05/22/2016 06:49:05 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class.wp-scripts.php
r37171 r37518 287 287 if ( $this->do_concat ) { 288 288 /** 289 * Filter the script loader source.289 * Filters the script loader source. 290 290 * 291 291 * @since 2.2.0 … … 346 346 347 347 /** 348 * Filter the HTML script tag of an enqueued script.348 * Filters the HTML script tag of an enqueued script. 349 349 * 350 350 * @since 4.1.0 … … 503 503 if ( ! $recursion ) { 504 504 /** 505 * Filter the list of script dependencies left to print.505 * Filters the list of script dependencies left to print. 506 506 * 507 507 * @since 2.3.0
Note: See TracChangeset
for help on using the changeset viewer.