Changeset 56753 for trunk/src/wp-includes/class-wp-theme-json-schema.php
- Timestamp:
- 10/02/2023 11:25:35 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-theme-json-schema.php
r55725 r56753 141 141 */ 142 142 private static function unset_setting_by_path( &$settings, $path ) { 143 $tmp_settings = &$settings; // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable143 $tmp_settings = &$settings; 144 144 $last_key = array_pop( $path ); 145 145 foreach ( $path as $key ) {
Note: See TracChangeset
for help on using the changeset viewer.