Ticket #35963: 35963_to_do_deps.patch
File 35963_to_do_deps.patch, 654 bytes (added by , 9 years ago) |
---|
-
wp-includes/class.wp-dependencies.php
IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8
104 104 * 105 105 * Unset the item from the to_do array. 106 106 */ 107 if ( $this->do_item( $handle, $group ) ) 107 if ( $this->do_item( $handle, $group ) ) { 108 108 $this->done[] = $handle; 109 110 unset( $this->to_do[$key] ); 109 unset( $this->to_do[ $key ] ); 110 } 111 111 112 } 112 113 } 113 114