Changeset 54891 for trunk/src/wp-includes/functions.php
- Timestamp:
- 11/29/2022 03:49:49 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r54877 r54891 4303 4303 } 4304 4304 } elseif ( is_object( $data ) ) { 4305 $output = new stdClass ;4305 $output = new stdClass(); 4306 4306 foreach ( $data as $id => $el ) { 4307 4307 if ( is_string( $id ) ) {
Note: See TracChangeset
for help on using the changeset viewer.