Changeset 51007 for trunk/src/wp-includes/class-wp-theme-json.php
- Timestamp:
- 05/25/2021 05:42:58 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-theme-json.php
r50977 r51007 1019 1019 */ 1020 1020 public function merge( $incoming, $update_or_remove = 'remove' ) { 1021 $incoming_data 1021 $incoming_data = $incoming->get_raw_data(); 1022 1022 $existing_data = $this->theme_json; 1023 1023
Note: See TracChangeset
for help on using the changeset viewer.