Changeset 59416
- Timestamp:
- 11/18/2024 08:04:35 PM (13 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/interactivity-api/class-wp-interactivity-api.php
r59398 r59416 1091 1091 $this->has_processed_router_region = true; 1092 1092 1093 /*1094 * Initialize the `core/router` store.1095 * If the store is not initialized like this with minimal1096 * navigation object, the interactivity-router script module1097 * errors.1098 */1099 $this->state(1100 'core/router',1101 array(1102 'navigation' => new stdClass(),1103 )1104 );1105 1106 1093 // Enqueues as an inline style. 1107 1094 wp_register_style( 'wp-interactivity-router-animations', false );
Note: See TracChangeset
for help on using the changeset viewer.