Ticket #46469: recurse-deps.patch
File recurse-deps.patch, 3.3 KB (added by , 6 years ago) |
---|
-
src/wp-includes/class.wp-dependencies.php
76 76 public $group = 0; 77 77 78 78 /** 79 * Cached lookup array of flattened queued items and dependencies. 80 * 81 * @var array 82 */ 83 private $all_queued_deps; 84 85 /** 79 86 * Processes the items and dependencies. 80 87 * 81 88 * Processes the items passed to it or the queue, and their dependencies.