Changeset 52306
- Timestamp:
- 12/02/2021 08:25:35 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-theme-json-schema.php
r52049 r52306 15 15 * use get_global_settings, get_global_styles, and get_global_stylesheet instead. 16 16 * 17 * @since 5.9.0 17 18 * @access private 18 19 */ … … 32 33 /** 33 34 * Function that migrates a given theme.json structure to the last version. 35 * 36 * @since 5.9.0 34 37 * 35 38 * @param array $theme_json The structure to migrate. … … 60 63 * 'typography.customLineHeight' => 'typography.lineHeight', 61 64 * 65 * @since 5.9.0 66 * 62 67 * @param array $old Data to migrate. 63 68 * … … 81 86 /** 82 87 * Processes the settings subtree. 88 * 89 * @since 5.9.0 83 90 * 84 91 * @param array $settings Array to process. … … 106 113 * Processes a settings array, renaming or moving properties. 107 114 * 115 * @since 5.9.0 116 * 108 117 * @param array $settings Reference to settings either defaults or an individual block's. 109 118 * @param arary $paths_to_rename Paths to rename. … … 125 134 * Removes a property from within the provided settings by its path. 126 135 * 136 * @since 5.9.0 137 * 127 138 * @param array $settings Reference to the current settings array. 128 139 * @param array $path Path to the property to be removed.
Note: See TracChangeset
for help on using the changeset viewer.