Make WordPress Core

Changeset 51152


Ignore:
Timestamp:
06/15/2021 11:23:09 AM (3 years ago)
Author:
SergeyBiryukov
Message:

Docs: Document the VALID_ORIGINS constant in WP_Theme_JSON.

Follow-up to [51149].

See #52628.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-theme-json.php

    r51149 r51152  
    4141    const ROOT_BLOCK_SELECTOR = 'body';
    4242
     43    /**
     44     * The sources of data this object can represent.
     45     *
     46     * @since 5.8.0
     47     * @var array
     48     */
    4349    const VALID_ORIGINS = array(
    4450        'core',
Note: See TracChangeset for help on using the changeset viewer.