Make WordPress Core

Ticket #61431: 61431.patch

File 61431.patch, 937 bytes (added by dhruval04, 3 months ago)
  • src/wp-includes/class-wp-theme-json-schema.php

    diff --git a/src/wp-includes/class-wp-theme-json-schema.php b/src/wp-includes/class-wp-theme-json-schema.php
    index aaa2f968a6..ce52d780e0 100644
    a b class WP_Theme_JSON_Schema { 
    167167         *
    168168         * @since 5.9.0
    169169         *
    170          * @param array $settings        Array to process.
     170         * @param array $settings Array to process.
    171171         * @param array $paths_to_rename Paths to rename.
    172172         *
    173173         * @return array The settings in the new format.
    class WP_Theme_JSON_Schema { 
    193193         *
    194194         * @since 5.9.0
    195195         *
    196          * @param array $settings        Reference to settings either defaults or an individual block's.
     196         * @param array $settings Reference to settings either defaults or an individual block's.
    197197         * @param array $paths_to_rename Paths to rename.
    198198         */
    199199        private static function rename_settings( &$settings, $paths_to_rename ) {