rebase on oct-10-2023
This commit is contained in:
@@ -138,8 +138,6 @@ class WP_Theme_JSON_Schema {
|
||||
*
|
||||
* @param array $settings Reference to the current settings array.
|
||||
* @param array $path Path to the property to be removed.
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
private static function unset_setting_by_path( &$settings, $path ) {
|
||||
$tmp_settings = &$settings; // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable
|
||||
|
||||
Reference in New Issue
Block a user