Skip to content

Revert: Enable RTC by default#10982

Closed
chriszarate wants to merge 1 commit intoWordPress:trunkfrom
chriszarate:revert/rtc-enable-by-default
Closed

Revert: Enable RTC by default#10982
chriszarate wants to merge 1 commit intoWordPress:trunkfrom
chriszarate:revert/rtc-enable-by-default

Conversation

@chriszarate
Copy link

@chriszarate chriszarate commented Feb 19, 2026

Revert the changes that enabled RTC by default for WP 7.0 Beta 1 per this comment.

  • This preserves the unit tests for WP_REST_Autosaves_Controller; they pass whether the feature is enabled or not.
  • Since the REST API endpoints are conditionally registered, the QUnit fixtures must be updated.

Trac ticket: https://core.trac.wordpress.org/ticket/64622

@github-actions
Copy link

github-actions bot commented Feb 19, 2026

The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the props-bot label.

Core Committers: Use this line as a base for the props when committing in SVN:

Props czarate, paulkevan.

To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook.

@chriszarate chriszarate force-pushed the revert/rtc-enable-by-default branch from 0d04c54 to cfa9b5a Compare February 19, 2026 22:21
@github-actions
Copy link

Test using WordPress Playground

The changes in this pull request can previewed and tested using a WordPress Playground instance.

WordPress Playground is an experimental project that creates a full WordPress instance entirely within the browser.

Some things to be aware of

  • All changes will be lost when closing a tab with a Playground instance.
  • All changes will be lost when refreshing the page.
  • A fresh instance is created each time the link below is clicked.
  • Every time this pull request is updated, a new ZIP file containing all changes is created. If changes are not reflected in the Playground instance,
    it's possible that the most recent build failed, or has not completed. Check the list of workflow runs to be sure.

For more details about these limitations and more, check out the Limitations page in the WordPress Playground documentation.

Test this pull request with WordPress Playground.

@chriszarate chriszarate force-pushed the revert/rtc-enable-by-default branch 8 times, most recently from 294454e to 8dddeeb Compare February 20, 2026 03:10
@pkevan
Copy link

pkevan commented Feb 20, 2026

We'll need to bump $wp_db_version again once this lands.

pento pushed a commit that referenced this pull request Feb 20, 2026
Developed in #10982.

Props czarate.
Fixes #64622.

git-svn-id: https://develop.svn.wordpress.org/trunk@61702 602fd350-edb4-49c9-b593-d223f7449a82
markjaquith pushed a commit to markjaquith/WordPress that referenced this pull request Feb 20, 2026
@github-actions
Copy link

A commit was made that fixes the Trac ticket referenced in the description of this pull request.

SVN changeset: 61702
GitHub commit: 702af38

This PR will be closed, but please confirm the accuracy of this and reopen if there is more work to be done.

@github-actions github-actions bot closed this Feb 20, 2026
@ellatrix
Copy link
Member

We'll need to bump $wp_db_version again once this lands.

@pkevan Do we? We already did a bump that will have caused the option to be populated. Once it's populated, a further bump will not do anything? Those who triggered the DB upgrade will have it enabled by default, but they can turn it off in settings. Those who hadn't upgraded yet will get it disabled by default? Or is this incorrect?

@pkevan
Copy link

pkevan commented Feb 20, 2026

We'll need to bump $wp_db_version again once this lands.

@pkevan Do we? We already did a bump that will have caused the option to be populated. Once it's populated, a further bump will not do anything? Those who triggered the DB upgrade will have it enabled by default, but they can turn it off in settings. Those who hadn't upgraded yet will get it disabled by default? Or is this incorrect?

yeah I was confused - ignore me 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants