Changeset 32964 for trunk/src/wp-includes/class.wp-dependencies.php
- Timestamp:
- 06/27/2015 01:02:12 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class.wp-dependencies.php
r32483 r32964 332 332 * @param array $queue An array of queued _WP_Dependency handle objects. 333 333 * @param string $handle Name of the item. Should be unique. 334 * @return bool eanWhether the handle is found after recursively searching the dependency tree.334 * @return bool Whether the handle is found after recursively searching the dependency tree. 335 335 */ 336 336 protected function recurse_deps( $queue, $handle ) {
Note: See TracChangeset
for help on using the changeset viewer.