Changeset 30753 for trunk/src/wp-includes/class.wp-scripts.php
- Timestamp:
- 12/06/2014 09:23:52 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class.wp-scripts.php
r30403 r30753 48 48 49 49 /** 50 * Prints scripts 50 * Prints scripts. 51 51 * 52 52 * Prints the scripts passed to it or the print queue. Also prints all necessary dependencies. 53 53 * 54 * @param mixed $handles (optional) Scripts to be printed. (void) prints queue, (string) prints that script, (array of strings) prints those scripts. 55 * @param int $group (optional) If scripts were queued in groups prints this group number. 56 * @return array Scripts that have been printed 54 * @param mixed $handles Optional. Scripts to be printed. (void) prints queue, (string) prints 55 * that script, (array of strings) prints those scripts. Default false. 56 * @param int $group Optional. If scripts were queued in groups prints this group number. 57 * Default false. 58 * @return array Scripts that have been printed. 57 59 */ 58 60 public function print_scripts( $handles = false, $group = false ) {
Note: See TracChangeset
for help on using the changeset viewer.