Changeset 46661 for trunk/src/wp-includes/class.wp-styles.php
- Timestamp:
- 11/05/2019 09:25:53 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class.wp-styles.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class.wp-styles.php
r46287 r46661 357 357 * @see WP_Dependencies::all_deps() 358 358 * 359 * @param mixed$handles Item handle and argument (string) or item handles and arguments (array of strings).360 * @param bool $recursion Internal flag that function is calling itself.361 * @param int|false $group Group level: (int) level, (false) no groups.359 * @param string|string[] $handles Item handle and argument (string) or item handles and arguments (array of strings). 360 * @param bool $recursion Internal flag that function is calling itself. 361 * @param int|false $group Group level: (int) level, (false) no groups. 362 362 * @return bool True on success, false on failure. 363 363 */ … … 438 438 * @see WP_Dependencies::do_items() 439 439 * 440 * @return arrayHandles of items that have been processed.440 * @return string[] Handles of items that have been processed. 441 441 */ 442 442 public function do_footer_items() {
Note: See TracChangeset
for help on using the changeset viewer.