Make WordPress Core


Ignore:
Timestamp:
03/07/2026 06:03:43 PM (3 months ago)
Author:
SergeyBiryukov
Message:

Editor: Correct wp_enable_real_time_collaboration default for REST API sync route.

Follow-up to [61689], [61702], [61722], [61828], [61862], [61864].

Props mindctrl, skithund, amykamala, MadtownLems, aion11, peterwilsoncc, pbiron, apermo, SergeyBiryukov.
Fixes #64814.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/option.php

    r61833 r61865  
    28932893            'description'       => __( 'Enable Real-Time Collaboration' ),
    28942894            'sanitize_callback' => 'rest_sanitize_boolean',
    2895             'default'           => false,
     2895            'default'           => true,
    28962896            'show_in_rest'      => true,
    28972897        )
Note: See TracChangeset for help on using the changeset viewer.