Changeset 62058 for trunk/src/wp-includes/rest-api.php
- Timestamp:
- 03/19/2026 07:35:44 AM (2 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/rest-api.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api.php
r61833 r62058 431 431 432 432 // Collaboration. 433 if ( get_option( 'wp_enable_real_time_collaboration' ) ) {433 if ( (bool) get_option( 'wp_collaboration_enabled' ) ) { 434 434 $sync_storage = new WP_Sync_Post_Meta_Storage(); 435 435 $sync_server = new WP_HTTP_Polling_Sync_Server( $sync_storage );
Note: See TracChangeset
for help on using the changeset viewer.