- Timestamp:
- 02/24/2026 02:28:33 AM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php
r61689 r61722 255 255 * document, which can lead to duplicate inserts or deletions. 256 256 */ 257 $is_collaboration_enabled = get_option( ' enable_real_time_collaboration' );257 $is_collaboration_enabled = get_option( 'wp_enable_real_time_collaboration' ); 258 258 259 259 if ( $is_draft && (int) $post->post_author === $user_id && ! $post_lock && ! $is_collaboration_enabled ) {
Note: See TracChangeset
for help on using the changeset viewer.