Make WordPress Core


Ignore:
Timestamp:
03/04/2026 08:04:35 PM (6 months ago)
Author:
ellatrix
Message:

Real-time collaboration: enable by default.

The option name is changed since the previous option name set a default value during database initialization. A default is no longer needed since the default is false.

Developed in: https://github.com/WordPress/wordpress-develop/pull/11159.

Fixes #64622.
Props czarate.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/rest-api/rest-settings-controller.php

    r61749 r61828  
    120120                        'default_comment_status',
    121121                        'site_icon', // Registered in wp-includes/blocks/site-logo.php
    122                         'wp_enable_real_time_collaboration',
     122                        'wp_disable_real_time_collaboration',
    123123                        // Connectors API keys are registered in _wp_register_default_connector_settings() in wp-includes/connectors.php.
    124124                        'connectors_ai_anthropic_api_key',
Note: See TracChangeset for help on using the changeset viewer.