Changeset 57247
- Timestamp:
- 01/08/2024 06:21:02 AM (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-theme-json.php
r57135 r57247 345 345 * @since 6.4.0 Added support for `layout.allowEditing`, `background.backgroundImage`, 346 346 * `typography.writingMode`, `lightbox.enabled` and `lightbox.allowEditing`. 347 * @since 6.5.0 Added support for `layout.allowCustomContentAndWideSize`. 347 348 * @var array 348 349 */ … … 381 382 ), 382 383 'layout' => array( 383 'contentSize' => null, 384 'wideSize' => null, 385 'allowEditing' => null, 384 'contentSize' => null, 385 'wideSize' => null, 386 'allowEditing' => null, 387 'allowCustomContentAndWideSize' => null, 386 388 ), 387 389 'lightbox' => array(
Note: See TracChangeset
for help on using the changeset viewer.