Changeset 56041
- Timestamp:
- 06/26/2023 06:13:04 PM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-theme-json.php
r56038 r56041 314 314 * @since 5.9.0 Renamed from `ALLOWED_TOP_LEVEL_KEYS` to `VALID_TOP_LEVEL_KEYS`, 315 315 * added the `customTemplates` and `templateParts` values. 316 * @since 6.3.0 Added the `description` value. 316 317 * @var string[] 317 318 */ 318 319 const VALID_TOP_LEVEL_KEYS = array( 319 320 'customTemplates', 321 'description', 320 322 'patterns', 321 323 'settings',
Note: See TracChangeset
for help on using the changeset viewer.