Skip to content

Commit ff1e948

Browse files
Update src/wp-includes/collaboration/class-wp-http-polling-collaboration-server.php
Co-authored-by: Weston Ruter <westonruter@gmail.com>
1 parent fa30d7b commit ff1e948

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

src/wp-includes/collaboration/class-wp-http-polling-collaboration-server.php

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,6 @@ class WP_HTTP_Polling_Collaboration_Server {
2121
*/
2222
const REST_NAMESPACE = 'wp-collaboration/v1';
2323

24-
/**
25-
* Deprecated REST API namespace.
26-
*
27-
* Retained for backward compatibility with the Gutenberg plugin, which
28-
* still registers requests under the `wp-sync/v1` namespace during its
29-
* transition to `wp-collaboration/v1`.
30-
*
31-
* @since 7.0.0
32-
* @var string
33-
*/
34-
const DEPRECATED_REST_NAMESPACE = 'wp-sync/v1';
35-
3624
/**
3725
* Awareness timeout in seconds. Clients that haven't updated
3826
* their awareness state within this time are considered disconnected.

0 commit comments

Comments
 (0)