Changeset 33734 for trunk/src/wp-includes/class.wp-dependencies.php
- Timestamp:
- 08/25/2015 08:27:56 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class.wp-dependencies.php
r32964 r33734 97 97 $this->all_deps( $handles ); 98 98 99 foreach ( $this->to_do as $key => $handle ) {99 foreach ( $this->to_do as $key => $handle ) { 100 100 if ( !in_array($handle, $this->done, true) && isset($this->registered[$handle]) ) { 101 101
Note: See TracChangeset
for help on using the changeset viewer.