Changeset 45590 for trunk/src/wp-includes/class.wp-dependencies.php
- Timestamp:
- 07/02/2019 11:41:16 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class.wp-dependencies.php
r43661 r45590 143 143 */ 144 144 public function all_deps( $handles, $recursion = false, $group = false ) { 145 if ( ! $handles = (array) $handles ) { 145 $handles = (array) $handles; 146 if ( ! $handles ) { 146 147 return false; 147 148 }
Note: See TracChangeset
for help on using the changeset viewer.