Changeset 42228 for trunk/src/wp-includes/compat.php
- Timestamp:
- 11/26/2017 11:56:25 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/compat.php
r41178 r42228 473 473 foreach ( array_keys( $head ) as $key ) { 474 474 if ( isset( $key, $bref ) && 475 476 isset( $head[ $key ] ) && is_array( $head[ $key ] )477 ) { 475 isset( $bref[ $key ] ) && is_array( $bref[ $key ] ) && 476 isset( $head[ $key ] ) && is_array( $head[ $key ] ) ) { 477 478 478 $bref_stack[] = &$bref[ $key ]; 479 479 $head_stack[] = $head[ $key ];
Note: See TracChangeset
for help on using the changeset viewer.