Changeset 54408 for trunk/src/wp-includes/class-wp-theme-json.php
- Timestamp:
- 10/07/2022 09:38:15 AM (3 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-theme-json.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-theme-json.php
r54398 r54408 51 51 * 52 52 * @since 5.8.0 53 * @since 6.1.0 Added 'blocks'. 53 54 * @var string[] 54 55 */ 55 56 const VALID_ORIGINS = array( 56 57 'default', 58 'blocks', 57 59 'theme', 58 60 'custom',
Note: See TracChangeset
for help on using the changeset viewer.