Changeset 58328 for trunk/src/wp-includes/class-wp-theme-json-data.php
- Timestamp:
- 06/04/2024 11:53:37 AM (2 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-theme-json-data.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-theme-json-data.php
r58185 r58328 40 40 * @param string $origin The origin of the data: default, theme, user. 41 41 */ 42 public function __construct( $data = array( ), $origin = 'theme' ) {42 public function __construct( $data = array( 'version' => WP_Theme_JSON::LATEST_SCHEMA ), $origin = 'theme' ) { 43 43 $this->origin = $origin; 44 44 $this->theme_json = new WP_Theme_JSON( $data, $this->origin );
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)