Title: Call for Testing – Make WordPress Test

---

#  Category Archives: Call for Testing

 [  ](https://profiles.wordpress.org/marybaum/) [marybaum](https://profiles.wordpress.org/marybaum/)
12:01 am _on_ March 11, 2026     
Tags: 7.0, [core-test ( 203 )](https://make.wordpress.org/test/tag/core-test/),
feature-realtime-collaboration, [gutenberg ( 68 )](https://make.wordpress.org/test/tag/gutenberg/)

# 󠀁[It’s time to test real-time collaboration!](https://make.wordpress.org/test/2026/03/11/its-time-to-test-real-time-collaboration/)󠁿

Iteration issue: [https://github.com/WordPress/gutenberg/issues/74549](https://github.com/WordPress/gutenberg/issues/74549)

## Have you been waiting to collaborate in WordPress posts the way you do in Google Docs? Here’s your chance!

Real-time collaboration is the crowning feature of the GutenbergGutenberg The Gutenberg
project is the new Editor Interface for WordPress. The editor improves the process
and experience of creating new content, making writing rich content much simpler.
It uses ‘blocks’ to add richness rather than shortcodes, custom HTML etc. [https://wordpress.org/gutenberg/](https://wordpress.org/gutenberg/)
Project phase 3, and this is the first iteration to land in CoreCore Core is the
set of software required to run WordPress. The Core Development Team builds WordPress..
You can call it RTC for short.

But before it can get there, RTC needs you! (And your friends!) Every part of this
groundbreaking functionality, from front-end usability to literal php functions,
plus database calls, APIAPI An API or Application Programming Interface is a software
intermediary that allows programs to interact with each other and share data in 
limited, clearly defined ways. endpoints, and more, needs to run this first implementation
through its paces.

In short, please ride this hard. Try to break everything! That’s how the folks who’ve
been working hard on this for years will know it’s good enough to be in Core.

Testing steps:

 * Install WordPress 7.0 BetaBeta A pre-release of software that is given out to
   a large group of users to trial under real conditions. Beta versions have gone
   through alpha testing in-house and are generally fairly close in look, feel and
   function to the final product; however, design changes often occur as part of
   the process. 1 on a server that somebody else can reach. 
 * This should probably be a new installation. maybe on a local network or on a 
   staging server, or something in between—not a production server, but also not
   a local installLocal Install A local install of WordPress is a way to create 
   a staging environment by installing a LAMP or LEMP stack on your local computer.
   on a single machine.
 * In the pluginPlugin A plugin is a piece of software containing a group of functions
   that can be added to a WordPress website. They can extend functionality or add
   new features to your WordPress websites. WordPress plugins are written in the
   PHP programming language and integrate seamlessly with WordPress. These can be
   free in the WordPress.org Plugin Directory [https://wordpress.org/plugins/](https://wordpress.org/plugins/)
   or can be cost-based plugin from a third-party., navigate to Settings > Writing
   and toggle on “Enable real-time collaboration.
 * Open a post for editing. Start with a regular post, of course, but remember that
   pages are also posts, and custom post types are posts too! There are some exceptions,
   which you’ll find below. 
 * Invite a friend or colleague (or two or ten!) to edit the same post.
    - Consider joining a video call and sharing your screens so you can each see
      both experiences.
    - Or, collaborate with yourself! To do that, open your install in a separate
      tab and log in as someone else. See if you can edit as both people!
    - Another option: open your site on two machines on the same network.
 * If you have some, use real content—real text and images, other data sources and
   other media. See if you can use your usual workflows.

## What to expect

 * **Real-time collaboration only works when you’re editing posts in the blockBlock
   Block is the abstract term used to describe units of markup that, composed together,
   form the content or layout of a webpage using the WordPress editor. The idea 
   combines concepts of what in the past may have achieved with shortcodes, custom
   HTML, and embed discovery into a single consistent API and user experience. editor.**
   It won’t function on other admin screens.
 * **Classic post metaMeta Meta is a term that refers to the inside workings of 
   a group. For us, this is the team that works on internal WordPress sites like
   WordCamp Central and Make WordPress. boxes do not sync.** Using these boxes still
   works, but your collaborators will not see updates in real time. They might even
   overwrite each other’s changes.
    - Without looking at the code, it’s not always obvious whether a post meta box
      is Classic (persisted using a save_post hook) or modern (integrated with the
      Gutenberg data store). Many plugins still use Classic post meta boxes.
 * **Most blocks are compatible.** Blocks are synced via their attributes, which
   means that most blocks support real-time collaboration by default. Some blocks
   might use local state when working with user input, which can result in issues
   during real-time collaboration.
    - The core/freeform (Classic) block is [currently incompatible](https://github.com/WordPress/gutenberg/issues/75307).
 * **Plugins that integrate with the block editor might have issues.** Behavior 
   with plugins is some of the most important feedback you can give. 
 * **Collaborator cursors disappear in the Show Template view.**
 * **Collaborating on the same block can have issues. **Please test it anyway, but
   expect quirkiness around cursor placement. Your feedback may well speed up the
   fix!
 * **Syncing happens over HTTPHTTP HTTP is an acronym for Hyper Text Transfer Protocol.
   HTTP is the underlying protocol used by the World Wide Web and this protocol 
   defines how messages are formatted and transmitted, and what actions Web servers
   and browsers should take in response to various commands. polling, so it’s not
   instant.** It could feel laggy sometimes—please report this! As well, if it feels
   much smoother at some points than at others, please report that. Performance 
   will directly affect how the community takes to RTC long-term.

## What to notice

About overall functionality:

 * Did real-time collaboration work the whole time? 
 * Did you get disconnected? Did it ever feel unresponsive to the point that it 
   interrupted your work?
 * Did you lose any content? How about duplication?

In real-life workflows, could you collaborate:

 * On custom blocks?
 * Inside a plugin’s UIUI UI is an acronym for User Interface - the layout of the
   page the user interacts with. Think ‘how are they doing that’ and less about 
   what they are doing.?
 * In the site editor?
 * On a large document?
 * If you added more than one user?

How did RTC do on accessibilityAccessibility Accessibility (commonly shortened to
a11y) refers to the design of products, devices, services, or environments for people
with disabilities. The concept of accessible design ensures both “direct access”(
i.e. unassisted) and “indirect access” meaning compatibility with a person’s assistive
technology (for example, computer screen readers). (https://en.wikipedia.org/wiki/
Accessibility)? Did it work:

 * Only  using the keyboard?
 * With a screen reader?
 * On a mobile device?

## Thank you!

Please report your findings to the fine folks at [#feature-realtime-collaboration](https://make.wordpress.org/test/tag/feature-realtime-collaboration/)
on Make SlackSlack Slack is a Collaborative Group Chat Platform [https://slack.com/](https://slack.com/).
The WordPress community has its own Slack Channel at [https://make.wordpress.org/chat/](https://make.wordpress.org/chat/),
or directly to the authors of this post. If you’re comfortable with GitHubGitHub
GitHub is a website that offers online implementation of git repositories that can
easily be shared, copied and modified by other developers. Public repositories are
free to host, private repositories require a paid subscription. GitHub introduced
the concept of the ‘pull request’ where code changes done in branches by contributors
can be reviewed and discussed before being merged by the repository owner. [https://github.com/](https://github.com/),
the best place to report would be in comments on the [tracking issue, #52593](https://github.com/WordPress/gutenberg/issues/52593).

### One more thing: RTC is getting its own table.

That hasn’t merged yet, but if you want to follow its progress, start with the discussion
on the ticket at [https://core.trac.wordpress.org/ticket/64696#comment:44](https://core.trac.wordpress.org/ticket/64696#comment:44)
and happy testing!

_Props to [@ankit-k-gupta](https://profiles.wordpress.org/ankit-k-gupta/), [@maxschmeling](https://profiles.wordpress.org/maxschmeling/)_,_
[@czarate](https://profiles.wordpress.org/czarate/), and [@annezazu](https://profiles.wordpress.org/annezazu/)
for peer review and collaboration._

 [#7-0](https://make.wordpress.org/test/tag/7-0/), [#core-test](https://make.wordpress.org/test/tag/core-test/),
[#gutenberg](https://make.wordpress.org/test/tag/gutenberg/)

 * [Login to Reply](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fmake.wordpress.org%2Ftest%2F2026%2F03%2F11%2Fits-time-to-test-real-time-collaboration%2F%23respond&locale=en_US)

 [  ](https://profiles.wordpress.org/ramonopoly/) [ramonopoly](https://profiles.wordpress.org/ramonopoly/)
1:03 am _on_ February 27, 2026     
Tags: patterns, [wordpress-7-0 ( 2 )](https://make.wordpress.org/test/tag/wordpress-7-0/)

# 󠀁[Call for Testing – Pattern editing and content-only interactivity in WordPress 7.0](https://make.wordpress.org/test/2026/02/27/call-for-testing-pattern-editing-and-content-only-interactivity-in-wordpress-7-0/)󠁿

This is a follow up post to [Help Test WordPress 7.0](https://make.wordpress.org/test/2026/02/20/help-test-wordpress-7-0/)
with specific details about a new way to edit patterns in the BlockBlock Block is
the abstract term used to describe units of markup that, composed together, form
the content or layout of a webpage using the WordPress editor. The idea combines
concepts of what in the past may have achieved with shortcodes, custom HTML, and
embed discovery into a single consistent API and user experience. Editor.

[Pattern Editing and content-only Interactivity](https://github.com/WordPress/gutenberg/issues/71517)
is a significant change to how patterns behave in the WordPress editor, arriving
in WordPress 7.0. 

Unsynced patterns and template parts inserted into the editor now default to content-
only mode, prioritizing the editing of text and media without exposing the deeper
block structure or style controls.

If you have a few minutes or more, we’d love to hear your feedback on the feature
in the coming week to allow time for fixes before the [release candidate phases](https://make.wordpress.org/core/2026/02/12/wordpress-7-0-release-party-schedule/).

Table of contents:

 1.  [What is content-only mode?](https://make.wordpress.org/test/2026/02/27/call-for-testing-pattern-editing-and-content-only-interactivity-in-wordpress-7-0/#what-is-content-only-mode)
 2.   a. [Why content-only by default?](https://make.wordpress.org/test/2026/02/27/call-for-testing-pattern-editing-and-content-only-interactivity-in-wordpress-7-0/#why-content-only-by-default)
      b. [More features](https://make.wordpress.org/test/2026/02/27/call-for-testing-pattern-editing-and-content-only-interactivity-in-wordpress-7-0/#more-features)
      c.  a. [Adding new content inside a pattern](https://make.wordpress.org/test/2026/02/27/call-for-testing-pattern-editing-and-content-only-interactivity-in-wordpress-7-0/#adding-new-content-inside-a-pattern)
          b. [List View](https://make.wordpress.org/test/2026/02/27/call-for-testing-pattern-editing-and-content-only-interactivity-in-wordpress-7-0/#list-view)
          c. [Support for complex blocks](https://make.wordpress.org/test/2026/02/27/call-for-testing-pattern-editing-and-content-only-interactivity-in-wordpress-7-0/#support-for-complex-blocks)
          d. [An opt-out for developers](https://make.wordpress.org/test/2026/02/27/call-for-testing-pattern-editing-and-content-only-interactivity-in-wordpress-7-0/#an-opt-out-for-developers)
 3.  [Editing pattern design](https://make.wordpress.org/test/2026/02/27/call-for-testing-pattern-editing-and-content-only-interactivity-in-wordpress-7-0/#editing-pattern-design)
 4.   a. [Unsynced patterns](https://make.wordpress.org/test/2026/02/27/call-for-testing-pattern-editing-and-content-only-interactivity-in-wordpress-7-0/#unsynced-patterns)
      b. [Synced (synced patterns / template parts)](https://make.wordpress.org/test/2026/02/27/call-for-testing-pattern-editing-and-content-only-interactivity-in-wordpress-7-0/#synced-synced-patterns-template-parts)
 5.  [How to Test](https://make.wordpress.org/test/2026/02/27/call-for-testing-pattern-editing-and-content-only-interactivity-in-wordpress-7-0/#how-to-test)
 6.   a. [Testing Environment](https://make.wordpress.org/test/2026/02/27/call-for-testing-pattern-editing-and-content-only-interactivity-in-wordpress-7-0/#testing-environment)
 7.  [What to Test](https://make.wordpress.org/test/2026/02/27/call-for-testing-pattern-editing-and-content-only-interactivity-in-wordpress-7-0/#what-to-test)
 8.   a. [Scenario 1: Editing content inside a pattern as a user](https://make.wordpress.org/test/2026/02/27/call-for-testing-pattern-editing-and-content-only-interactivity-in-wordpress-7-0/#scenario-1-editing-content-inside-a-pattern-as-a-user)
      b. [Scenario 2: Opening a synced pattern or template part for structural editing](https://make.wordpress.org/test/2026/02/27/call-for-testing-pattern-editing-and-content-only-interactivity-in-wordpress-7-0/#scenario-2-opening-a-synced-pattern-or-template-part-for-structural-editing)
      c. [Scenario 3: Testing with custom blocks or patterns](https://make.wordpress.org/test/2026/02/27/call-for-testing-pattern-editing-and-content-only-interactivity-in-wordpress-7-0/#scenario-3-testing-with-custom-blocks-or-patterns)
      d. [Scenario 4: Edge cases and multi-block patterns](https://make.wordpress.org/test/2026/02/27/call-for-testing-pattern-editing-and-content-only-interactivity-in-wordpress-7-0/#scenario-4-edge-cases-and-multi-block-patterns)
 9.  [How to Share Feedback](https://make.wordpress.org/test/2026/02/27/call-for-testing-pattern-editing-and-content-only-interactivity-in-wordpress-7-0/#how-to-share-feedback)
 10. [Resources](https://make.wordpress.org/test/2026/02/27/call-for-testing-pattern-editing-and-content-only-interactivity-in-wordpress-7-0/#resources)

## What is content-only mode?

Content-only mode is the default experience when clicking into an unsynced pattern
or template part in WordPress 7.0. Here’s what it means in practice:

**What you can edit:**

 * Text in Paragraph, Heading, and other text blocks
 * Images (swapping the image source, updating alt text and caption)
 * Links and button labels
 * Any block attribute that a block author has explicitly marked with `"role": "
   content"` in their block definition
 * New Paragraph, List item, Button and other “list” type blocks can be inserted
   directly into content areas without unlocking the full pattern

**What is protected:**

 * Block structure (you can’t add, remove, or reorder structural blocks like Groups
   and Columns)
 * Spacing, colors, typography, and other style settings
 * Any block attribute not marked as content

In the editor, protected blocks are visible but non-selectable — you can see the
layout, but clicking on a structural wrapper won’t open its controls.

### **Why content-only by default?**

In WordPress versions previous to 7.0, clicking into a pattern immediately exposed
every inner block for editing, including structural and container blocks, all block
styles and block attributes. 

This default editing mode is convenient for theme builders and developers who create
patterns. For users who only want to update a heading or swap an image however, 
it presents an overwhelming and error-prone experience. Small misclicks can accidentally
restructure a layout or remove a block entirely.The goal of content-only mode is
to separate _what content a user edits_ from _how a pattern is structured_. With
this change, patterns behave more like intentional design components: users can 
update the content they’re supposed to update, and the underlying structure stays
protected unless explicitly opened for editing.

### More features

#### Adding new content inside a pattern

You can insert new Paragraph blocks (and other content-type blocks like list items
and buttons) directly into designated content areas of a pattern without entering
the full structural editor.

This means a pattern with a text area behaves more like a writing surface — you 
can append or insert new paragraphs within the allowed zone without needing to “
unlock” the pattern first.

#### **List View**

[[

Non-active blocks are hidden in List View when editing a pattern gives you context
while keeping the focus clear.

#### **Support for complex blocks**

Buttons, List, Gallery, and Social Icons blocks have a list view in the block inspector
sidebarSidebar A sidebar in WordPress is referred to a widget-ready area used by
WordPress themes to display information that is not a part of the main content. 
It is not always a vertical column on the side. It can be a horizontal rectangle
below or above the content area, footer, header, or any where in the theme. in content-
only mode, so child blocks can be selected and edited without exposing full block
controls.

[[

#### **An opt-out for developers**

A new `disableContentOnlyForUnsyncedPatterns` editor setting lets theme and pluginPlugin
A plugin is a piece of software containing a group of functions that can be added
to a WordPress website. They can extend functionality or add new features to your
WordPress websites. WordPress plugins are written in the PHP programming language
and integrate seamlessly with WordPress. These can be free in the WordPress.org 
Plugin Directory [https://wordpress.org/plugins/](https://wordpress.org/plugins/)
or can be cost-based plugin from a third-party. developers disable content-only 
mode for unsynced patterns when needed. For example, during theme development when
you want unrestricted access. This can be set via the [block_editor_settings_all](https://developer.wordpress.org/reference/hooks/block_editor_settings_all/)
PHPPHP PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used 
open source general-purpose scripting language that is especially suited for web
development and can be embedded into HTML. [https://www.php.net/manual/en/preface.php](https://www.php.net/manual/en/preface.php)
filterFilter Filters are one of the two types of Hooks [https://codex.wordpress.org/Plugin_API/Hooks](https://codex.wordpress.org/Plugin_API/Hooks).
They provide a way for functions to modify data of other functions. They are the
counterpart to Actions. Unlike Actions, filters are meant to work in an isolated
manner, and should never have side effects such as affecting global variables and
output.:

    ```wp-block-code
    add_filter( 'block_editor_settings_all', function( $settings ) {
        $settings['disableContentOnlyForUnsyncedPatterns'] = true;
        return $settings;
    } );
    ```

Or via JavaScriptJavaScript JavaScript or JS is an object-oriented computer programming
language commonly used to create interactive effects within web browsers. WordPress
makes extensive use of JS for a better user experience. While PHP is executed on
the server, JS executes within a user’s browser. [https://www.javascript.com](https://www.javascript.com/):

    ```wp-block-code
    wp.data.dispatch( 'core/block-editor' ).updateSettings( {
        disableContentOnlyForUnsyncedPatterns: true,
    } );
    ```

## **Editing pattern** design

Making design and structural changes to a pattern works differently depending on
the type of pattern you’re editing.

### Unsynced patterns

Clicking the ‘Edit pattern’ button or double-clicking the body of a pattern temporarily“
unlocks” the pattern, exposing its inner blocks and full editing capabilities.

### Synced (synced patterns / template parts)

Clicking the ‘Edit original’ button takes you to an isolated editor when you can
make any changes to the underlying pattern. The editor headerHeader The header of
your site is typically the first thing people will experience. The masthead or header
art located across the top of your page is part of the look and feel of your website.
It can influence a visitor’s opinion about your content and you/ your organization’s
brand. It may also look different on different screen sizes. provides navigation
back to the originating document. Changes to synced patterns apply globally.

## **How to Test**

### **Testing Environment**

The [Help Test WordPress 7.0 post sums up how to test WordPress Beta](https://make.wordpress.org/test/2026/02/20/help-test-wordpress-7-0/#how-to-test-wordpress-beta-versions),
including instructions on how to test on local site on your computer.

The quickest way to test is with [WordPress Playground](https://playground.wordpress.net/?mode=seamless#%7B%22preferredVersions%22:%7B%22php%22:%228.0%22,%22wp%22:%22beta%22%7D,%22features%22:%7B%22networking%22:true%7D,%22steps%22:%5B%7B%22step%22:%22login%22,%22username%22:%22admin%22,%22password%22:%22password%22%7D,%7B%22step%22:%22importWxr%22,%22file%22:%7B%22resource%22:%22url%22,%22url%22:%22https://raw.githubusercontent.com/wpaccessibility/a11y-theme-unit-test/master/a11y-theme-unit-test-data.xml%22%7D%7D,%7B%22step%22:%22importWxr%22,%22file%22:%7B%22resource%22:%22url%22,%22url%22:%22https://raw.githubusercontent.com/WordPress/theme-test-data/master/themeunittestdata.wordpress.xml%22%7D%7D,%7B%22step%22:%22installPlugin%22,%22pluginZipFile%22:%7B%22resource%22:%22wordpress.org/plugins%22,%22slug%22:%22query-monitor%22%7D,%22options%22:%7B%22activate%22:false%7D,%22progress%22:%7B%22weight%22:2%7D%7D,%7B%22step%22:%22installPlugin%22,%22pluginZipFile%22:%7B%22resource%22:%22wordpress.org/plugins%22,%22slug%22:%22create-block-theme%22%7D,%22progress%22:%7B%22weight%22:2%7D%7D,%7B%22step%22:%22installPlugin%22,%22pluginZipFile%22:%7B%22resource%22:%22wordpress.org/plugins%22,%22slug%22:%22debug-bar%22%7D,%22progress%22:%7B%22weight%22:2%7D%7D,%7B%22step%22:%22installPlugin%22,%22pluginZipFile%22:%7B%22resource%22:%22wordpress.org/plugins%22,%22slug%22:%22health-check%22%7D,%22progress%22:%7B%22weight%22:2%7D%7D,%7B%22step%22:%22installPlugin%22,%22pluginZipFile%22:%7B%22resource%22:%22wordpress.org/plugins%22,%22slug%22:%22test-reports%22%7D,%22progress%22:%7B%22weight%22:2%7D%7D,%7B%22step%22:%22installPlugin%22,%22pluginZipFile%22:%7B%22resource%22:%22wordpress.org/plugins%22,%22slug%22:%22user-switching%22%7D,%22progress%22:%7B%22weight%22:2%7D%7D%5D%7D).

## **What to Test**

You don’t need to test everything — pick what matches your use case.

### **Scenario 1: Editing content inside a pattern as a user**

**Try this if you:** Want to experience the feature from an end-user perspective.

**Steps:**

 1. In the site editor or post editor, insert an unsynced pattern that contains paragraph
    text and an image (most patterns from the pattern inserter will work or you can
    create your own).
 2. Open the List View `CTRL + OPTION + O`. Only the pattern’s content blocks should
    be visible.
 3. Edit the paragraph and/or replace the image. In the paragraph block, hitting “Enter”
    should create a new paragraph.
 4. Now select the pattern and click the “Edit pattern” button in the toolbar or block
    inspector sidebar.
 5. You should be able to modify the content block’s styles, or delete the block entirely.
 6. Try clicking on (or inserting) a block you wouldn’t normally want a user to edit(
    e.g., a Group block used for layout).

**What we’d love feedback on:**

 * Is it clear which content you can and can’t edit?
 * Is the overall experience less confusing than before?
 * Did you accidentally break anything?

### **Scenario 2: Opening a synced pattern or template part for structural editing**

**Try this if you:** Want to test the isolated editor and navigation flowFlow Flow
is the path of screens and interactions taken to accomplish a task. It’s an experience
vector. Flow is also a feeling. It’s being unselfconscious and in the zone. Flow
is what happens when difficulties are removed and you are freed to pursue an activity
without forming intentions. You just do it..

**Steps:**

 1. Open up a template that has a template part (e.g., Blog homepage that contains 
    the Footer template part). 
 2. Open the List View `CTRL + OPTION + O`. Only the template part’s content blocks
    should be visible. 
 3. Click “Edit original” on the pattern or template part.
 4. Verify the isolated editor opens with a breadcrumb showing your location.
 5. Make a structural change (add or remove a block).
 6. Use the “Back” button and confirm you return to the originating document.

**What we’d love feedback on:**

 * Is the navigation between the document and the pattern editor clear?
 * Does “Back” return you to the right place?
 * Are breadcrumbs helpful?

### **Scenario 3: Testing with custom blocks or patterns**

**Try this if you:** Build themes, plugins, or custom blocks.

**Steps:**

 1. Register a custom block with attributes that should be user-editable. Test whether
    adding `"role": "content"` to those attributes makes them accessible in content-
    only mode.
 2. Register a custom unsynced pattern and insert it in the editor. Confirm it enters
    content-only mode by default.
 3. Try the `disableContentOnlyForUnsyncedPatterns` opt-out via the PHP filter and 
    confirm unrestricted editing is restored for unsynced patterns.
 4. Check that template parts and synced pattern views remain unchanged  regardless
    of the opt-out setting.

_Test block with role (you can paste this block into the browser console when in
the editor)_

    ```wp-block-code
    wp.blocks.registerBlockType( 'test/visibility-with-role', {
    	apiVersion: 3,
    	title: 'Test Block (with role)',
    	category: 'text',
    	attributes: {
    		message: { type: 'string', default: 'Edit me (with role)', role: 'content' },
    	},
    	edit: ( { attributes, setAttributes } ) => {
    		return wp.element.createElement(
    			wp.blockEditor.RichText,
    			{
    				tagName: 'p',
    				value: attributes.message,
    				onChange: ( val ) => setAttributes( { message: val } ),
    			}
    		);
    	},
    	save: ( { attributes } ) => {
    		return wp.element.createElement(
    			wp.blockEditor.RichText.Content,
    			{ tagName: 'p', value: attributes.message }
    		);
    	},
    } );
    ```

**What we’d love feedback on:**

 * Does “role”: “content” behave as expected for your block’s attributes?
 * Are there blocks that should be editable in content-only mode but aren’t?
 * Does the opt-out work reliably?

### **Scenario 4: Edge cases and multi-block patterns**

**Try this if you:** Want to help find bugs.

**Ideas to test:**

 * Insert a pattern containing Buttons, List, Gallery or Social Icons and verify
   individual items can be selected and edited in content-only mode.
 * Test with nested patterns (a pattern inside a pattern).
 * Try undoing and redoing edits made inside content-only mode.
 * Test with multi-selecting blocks that span inside and outside a pattern.

**What we’d love feedback on:**

 * Does anything break or behave unexpectedly?
 * Are there patterns in the pattern library that are unusable in content-only mode?

## **How to Share Feedback**

**Comment on this post** with your findings, or file GitHubGitHub GitHub is a website
that offers online implementation of git repositories that can easily be shared,
copied and modified by other developers. Public repositories are free to host, private
repositories require a paid subscription. GitHub introduced the concept of the ‘
pull request’ where code changes done in branches by contributors can be reviewed
and discussed before being merged by the repository owner. [https://github.com/](https://github.com/)
issues in the[ WordPress/gutenberg repository](https://github.com/WordPress/gutenberg/issues)
and link to them here.

**Helpful to include:**

 * Browser, OS, and WordPress version
 * Screenshots or recordings
 * Steps to reproduce any issue
 * Severity assessment

Example:

    ```wp-block-code
    Clicking a Button block inside a pattern opens full block controls instead of content-only mode

    Steps to reproduce:

    1. Insert the "Call to Action" pattern
    2. Click the Button block inside it

    Expected: Only button text is editable
    Actual: Full toolbar and sidebar controls appear

    Severity: Medium

    WordPress: 7 Beta
    Browser: Chrome 145.0.7632.110, MacOS
    Theme: Twenty Twenty-Five
    ```

## **Resources**

 * [WordPress 7.0 Iteration Issue #73775](https://github.com/WordPress/gutenberg/issues/73775)
 * [Pattern Editing and contentOnly interactivity – Original feature issue #71517](https://github.com/WordPress/gutenberg/issues/71517)
 * [How to add content-only editing support to a block](https://developer.wordpress.org/news/2024/11/how-to-add-content-only-editing-support-to-a-block/)
 * [Core Trac ticket: Pattern editing in WordPress 7.0 iterations: contentOnly as the default editing mode for patterns](https://core.trac.wordpress.org/ticket/64722)

---

Thank you for making it this far and for testing!

Your feedback will directly shape how this feature lands in WordPress 7.0 and what
gets improved in future releases.

Props to [@ankit-k-gupta](https://profiles.wordpress.org/ankit-k-gupta/), [@andrewserong](https://profiles.wordpress.org/andrewserong/)
and [@talldanwp](https://profiles.wordpress.org/talldanwp/) for helping to write
this post.

[#patterns](https://make.wordpress.org/test/tag/patterns/), [#wordpress-7-0](https://make.wordpress.org/test/tag/wordpress-7-0/)

 * [Login to Reply](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fmake.wordpress.org%2Ftest%2F2026%2F02%2F27%2Fcall-for-testing-pattern-editing-and-content-only-interactivity-in-wordpress-7-0%2F%23respond&locale=en_US)

 [  ](https://profiles.wordpress.org/ankit-k-gupta/) [Ankit K Gupta](https://profiles.wordpress.org/ankit-k-gupta/)
12:57 pm _on_ February 20, 2026     
Tags: [core ( 14 )](https://make.wordpress.org/test/tag/core/),
[core-test ( 203 )](https://make.wordpress.org/test/tag/core-test/), [release-field-guide ( 13 )](https://make.wordpress.org/test/tag/release-field-guide/)

# 󠀁[Help Test WordPress 7.0](https://make.wordpress.org/test/2026/02/20/help-test-wordpress-7-0/)󠁿

WordPress 7.0 — the first major releaseMajor Release A set of releases or versions
having the same major version number may be collectively referred to as “X.Y” --
for example version 5.2.x to refer to versions 5.2, 5.2.1, and all other versions
in the 5.2. (five dot two dot) branch of that software. Major Releases often are
the introduction of new major features and functionality. of 2026 — is coming fast.
~The official release will launch April 9, 2026~.

> **WordPress 7.0 was originally planned for release on 9th April, Contributor DayContributor
> Day Contributor Days are standalone days, frequently held before or after WordCamps
> but they can also happen at any time. They are events where people get together
> to work on various areas of [https://make.wordpress.org/](https://make.wordpress.org/)
> There are many teams that people can participate in, each with a different focus.
> [https://2017.us.wordcamp.org/contributor-day/](https://2017.us.wordcamp.org/contributor-day/)
> [https://make.wordpress.org/support/handbook/getting-started/getting-started-at-a-contributor-day/](https://make.wordpress.org/support/handbook/getting-started/getting-started-at-a-contributor-day/)
> at WordCampWordCamp WordCamps are casual, locally-organized conferences covering
> everything related to WordPress. They're one of the places where the WordPress
> community comes together to teach one another what they’ve learned throughout 
> the year and share the joy. [Learn more](https://central.wordcamp.org/about/).
> Asia 2026. **However, the release **has been slightly postponed** to give the 
> team additional time to fine-tune advanced features like real-time collaboration
> and to ensure the release meets high standards of stability and quality.

With the launch of BetaBeta A pre-release of software that is given out to a large
group of users to trial under real conditions. Beta versions have gone through alpha
testing in-house and are generally fairly close in look, feel and function to the
final product; however, design changes often occur as part of the process. 1, it’s
time to start testing everything. That’s the best way to make sure this WordPress
is stable, reliable, and easy to use for users across the globe.

**Early testing is critical.**

It finds bugs, usability issues, and compatibility concerns while there’s still 
time to address them. 

Then at launch, you’ll find your testing might have led to an improvement you can
see and feel.

Got a few minutes? A few hours? Every bit of testing makes a big difference — possibly,
the difference between a new feature landing in 7.0 or not.

**Stay informed!**

The **WordPress 7.0**[ release schedule](https://make.wordpress.org/core/7-0/) **
page has everything **you need to know about the latest pre-release builds and milestones.

For real-time updates, you can follow discussions and find collaboration opportunities
in the **`#core-test`** and **`#core`** channels in the Making WordPress SlackSlack
Slack is a Collaborative Group Chat Platform [https://slack.com/](https://slack.com/).
The WordPress community has its own Slack Channel at [https://make.wordpress.org/chat/](https://make.wordpress.org/chat/).
You might want to join both channels! 

Also, you are more than welcome at every upcoming **release party, testing session,
and test scrub** throughout the release cycle and beyond.

**Thank you!**

Did you know you’re already a hero? Anything you do — even just reading this post—
helps shape WordPress 7.0 into the strongest, most polished release ever. 

And with the new features coming in 7.0, you’ll help make it a blockbuster release
for the entire community.

 * [🧪 Testing Tips](https://make.wordpress.org/test/2026/02/20/help-test-wordpress-7-0/#testing-tips)
 * [How to test WordPress Beta Versions ](https://make.wordpress.org/test/2026/02/20/help-test-wordpress-7-0/#how-to-test-wordpress-beta-versions)
    - [A Staging Site on your host](https://make.wordpress.org/test/2026/02/20/help-test-wordpress-7-0/#a-staging-site-on-your-host)
    - [Testing Patches](https://make.wordpress.org/test/2026/02/20/help-test-wordpress-7-0/#testing-patches)
    - [Testing tickets in the browser ](https://make.wordpress.org/test/2026/02/20/help-test-wordpress-7-0/#testing-tickets-in-the-browser)
 * [General Testing Checklist](https://make.wordpress.org/test/2026/02/20/help-test-wordpress-7-0/#general-testing-checklist)
 * [👉 Key Features to Test ](https://make.wordpress.org/test/2026/02/20/help-test-wordpress-7-0/#key-features-to-test)
 * [Visual Revisions](https://make.wordpress.org/test/2026/02/20/help-test-wordpress-7-0/#visual-revisions)
    - [Testing Steps](https://make.wordpress.org/test/2026/02/20/help-test-wordpress-7-0/#testing-steps)
 * [Font Library Support for More Theme Types](https://make.wordpress.org/test/2026/02/20/help-test-wordpress-7-0/#font-library-support-for-more-theme-types)
    - [Testing Steps ](https://make.wordpress.org/test/2026/02/20/help-test-wordpress-7-0/#testing-steps-1)
 * [Responsive editing mode](https://make.wordpress.org/test/2026/02/20/help-test-wordpress-7-0/#responsive-editing-mode)
    - [Testing Steps ](https://make.wordpress.org/test/2026/02/20/help-test-wordpress-7-0/#testing-steps-1)
 * [New Admin Improvements](https://make.wordpress.org/test/2026/02/20/help-test-wordpress-7-0/#new-admin-improvements)
    - [Testing Steps ](https://make.wordpress.org/test/2026/02/20/help-test-wordpress-7-0/#testing-steps-1)
 * [Customizable overlay for the navigation block](https://make.wordpress.org/test/2026/02/20/help-test-wordpress-7-0/#customizable-overlay-for-the-navigation-block)
    - [Testing Steps](https://make.wordpress.org/test/2026/02/20/help-test-wordpress-7-0/#testing-steps-1)
 * [Real-time Collaboration ](https://make.wordpress.org/test/2026/02/20/help-test-wordpress-7-0/#real-time-collaboration)
    - [Testing steps](https://make.wordpress.org/test/2026/02/20/help-test-wordpress-7-0/#testing-steps-1)
       * [What to expect](https://make.wordpress.org/test/2026/02/20/help-test-wordpress-7-0/#what-to-expect)
       * [What to notice](https://make.wordpress.org/test/2026/02/20/help-test-wordpress-7-0/#what-to-notice)
 * [New blocks & updates](https://make.wordpress.org/test/2026/02/20/help-test-wordpress-7-0/#new-blocks-updates)
 * [Client side Media processing in the browser](https://make.wordpress.org/test/2026/02/20/help-test-wordpress-7-0/#client-side-media-processing-in-the-browser)
 * [PHP Compatibility Update in WordPress 7.0 ](https://make.wordpress.org/test/2026/02/20/help-test-wordpress-7-0/#php-compatibility-update-in-wordpress-7-0)
 * [What to Notice](https://make.wordpress.org/test/2026/02/20/help-test-wordpress-7-0/#what-to-notice)
 * [Where to Report Feedback](https://make.wordpress.org/test/2026/02/20/help-test-wordpress-7-0/#where-to-report-feedback)
 * [Changelog](https://make.wordpress.org/test/2026/02/20/help-test-wordpress-7-0/#changelog)

## **🧪 Testing Tips**

You don’t need to be a certified software tester or QA professional, or any kind
of expert, to help test WordPress. 

Simply use WordPress as you would every day (on a test installation, of course!)

Run WordPress hard. Take it through processes that mimic your projects, workflows,
and experiments. Try to break things.

Notice something unexpected? Run into a bug? Is a feature not behaving the way you
thought it would? Please consider reporting it.

Not sure what the expected behaviour should be? No problem! Join the conversation
in the `**[#core-test](https://make.wordpress.org/test/tag/core-test/)` channel 
on the Making WordPress Slack**, where contributors and developers are always happy
to help. If you’re comfortable with the ticket system, you can also create a ticket
on **WordPress TracTrac Trac is the place where contributors create issues for bugs
or feature requests much like GitHub.[https://core.trac.wordpress.org/](https://core.trac.wordpress.org/).**.

New tester? You have the global WordPress community at your service. Everyone in
it is happy to welcome and support you. 🌍

Again, every report, question, or observation you submit makes a difference and 
helps improve WordPress for hundreds of millions of users.

**Recommendations for Testing WordPress Beta/RCRelease Candidate A beta version 
of software with the potential to be a final product, which is ready to release 
unless significant bugs emerge. Versions:**

 * **Test the CoreCore Core is the set of software required to run WordPress. The
   Core Development Team builds WordPress. Features that Matter to You:**  Use your
   site the way you usually do. For instance, if you’re a blogger, running a social
   platform, or managing an e-commerce store, run your tests through those specific
   scenarios.
 * Set up a **staging site** (ask your hosting provider if this is new to you). **
   Do not test or update your live site with a beta version** for testing; your 
   users might see any issues that come up.
 * Update WordPress in the staging environmentStaging Environment A staging environment
   is a non-production copy of your site. This is a private place to build the site--
   design, copy, and code -- until your client approves it for production or live.
   Sometimes used in addition to, or as a Development Environment.. Keep using your
   site as normal. 
 * Take note of anything you experience after the update. 
 * Use the General Checklist below to verify everything works as you’d expect.

## **How to test WordPress Beta Versions **

You can test WordPress Beta versions in several ways. Some are fast and easy; some
let you run sophisticated tests on the latest backend features.

All of them keep your live websites **safe from the effects of any issues you find:**

**WP-Playground**

[Playground](https://wordpress.org/playground/) is a fast and easy way to spin up
a test site — without setting up a full environment. Get started at [WordPress Playground](https://playground.wordpress.net/?mode=seamless#%7B%22preferredVersions%22:%7B%22php%22:%228.0%22,%22wp%22:%22beta%22%7D,%22features%22:%7B%22networking%22:true%7D,%22steps%22:%5B%7B%22step%22:%22login%22,%22username%22:%22admin%22,%22password%22:%22password%22%7D,%7B%22step%22:%22importWxr%22,%22file%22:%7B%22resource%22:%22url%22,%22url%22:%22https://raw.githubusercontent.com/wpaccessibility/a11y-theme-unit-test/master/a11y-theme-unit-test-data.xml%22%7D%7D,%7B%22step%22:%22importWxr%22,%22file%22:%7B%22resource%22:%22url%22,%22url%22:%22https://raw.githubusercontent.com/WordPress/theme-test-data/master/themeunittestdata.wordpress.xml%22%7D%7D,%7B%22step%22:%22installPlugin%22,%22pluginZipFile%22:%7B%22resource%22:%22wordpress.org/plugins%22,%22slug%22:%22query-monitor%22%7D,%22options%22:%7B%22activate%22:false%7D,%22progress%22:%7B%22weight%22:2%7D%7D,%7B%22step%22:%22installPlugin%22,%22pluginZipFile%22:%7B%22resource%22:%22wordpress.org/plugins%22,%22slug%22:%22create-block-theme%22%7D,%22progress%22:%7B%22weight%22:2%7D%7D,%7B%22step%22:%22installPlugin%22,%22pluginZipFile%22:%7B%22resource%22:%22wordpress.org/plugins%22,%22slug%22:%22debug-bar%22%7D,%22progress%22:%7B%22weight%22:2%7D%7D,%7B%22step%22:%22installPlugin%22,%22pluginZipFile%22:%7B%22resource%22:%22wordpress.org/plugins%22,%22slug%22:%22health-check%22%7D,%22progress%22:%7B%22weight%22:2%7D%7D,%7B%22step%22:%22installPlugin%22,%22pluginZipFile%22:%7B%22resource%22:%22wordpress.org/plugins%22,%22slug%22:%22test-reports%22%7D,%22progress%22:%7B%22weight%22:2%7D%7D,%7B%22step%22:%22installPlugin%22,%22pluginZipFile%22:%7B%22resource%22:%22wordpress.org/plugins%22,%22slug%22:%22user-switching%22%7D,%22progress%22:%7B%22weight%22:2%7D%7D%5D%7D).

**A Local Site on your computer **

Software like [Local](https://localwp.com/) or [wp-env](https://developer.wordpress.org/block-editor/getting-started/devenv/get-started-with-wp-env/)
lets you build a full WordPress site on your computer — no internet required.
**
How to set up your site:**

 1. Download and install [Local](https://localwp.com/).
 2. Create a new WordPress site.
 3. Once your site is up and running, install and activate the WordPress Beta Tester
    pluginPlugin A plugin is a piece of software containing a group of functions that
    can be added to a WordPress website. They can extend functionality or add new features
    to your WordPress websites. WordPress plugins are written in the PHP programming
    language and integrate seamlessly with WordPress. These can be free in the WordPress.
    org Plugin Directory [https://wordpress.org/plugins/](https://wordpress.org/plugins/)
    or can be cost-based plugin from a third-party., which lets you install pre-release
    versions of WordPress.
 4. Switch to the development or beta version of WordPress:
 5.  a. Navigate to Tools > Beta Testing.
     b. Choose between Bleeding Edge or Point ReleaseMinor Release A set of releases or
        versions having the same minor version number may be collectively referred to 
        as .x , for example version 5.2.x to refer to versions 5.2, 5.2.1, 5.2.3, and 
        all other versions in the 5.2 (five dot two) branch of that software. Minor Releases
        often make improvements to existing features and functionality. Nightlies, depending
        on what you want to test.
     c. Click Save Changes, and 
     d. Update your WordPress version.

_Follow this _[_guide_](https://make.wordpress.org/core/handbook/testing/beta-testing/)_
for more detailed instructions._

**WP-CLIWP-CLI WP-CLI is the Command Line Interface for WordPress, used to do administrative
and development tasks in a programmatic way. The project page is [http://wp-cli.org/](http://wp-cli.org/)
[https://make.wordpress.org/cli/](https://make.wordpress.org/cli/)**

Are you most at home in the command line? [WP-CLI](https://developer.wordpress.org/cli/commands/core/update/)
lets you install a WordPress beta version in record time.

**Steps:**

 * Create a local WordPress site, however you like to do it. Wait for the notification
   that your site is ready.
 * Open your terminal and navigate to the root directory of your WordPress installation.

Run the following command to update to the latest beta version:

    ```wp-block-code
    wp core update --version=7.0-beta1
    ```

Or

    ```wp-block-code
    wp core update --version=7.0-RC1
    ```

_(Replace the version number as needed, such as – -version=7.0-beta2.)_

With WP-CLI, you can install several different versions and switch between them 
on the fly. That makes it much easier to test specific builds and compare them.

### **A Staging Site on your host**

You can build a [staging site](https://woocommerce.com/posts/what-is-staging-site-wordpress-how-to-set-one-up/)
for your production/live site and test it with the WordPress beta/RC version — **
without affecting your live site.**

That way, you’ll be sure everything works the way it should — long before WordPress
7.0 lands in your production/live environment.

### **Testing Patches**

Maybe you don’t need to test an entire version of WordPress, but you do need to 
test one or more patches.

In that case, you’ll need a specific local WordPress development environment.

[Follow these instructions](https://make.wordpress.org/core/handbook/tutorials/installing-wordpress-locally/)
to set it up.

### **Testing tickets in the browser **

Do you have a particular PR in the `[wordpress-develop](https://github.com/WordPress/wordpress-develop)`
or `[gutenberg](https://github.com/WordPress/gutenberg)` repo that you’d like to
test in the browser? 

You can use Playground for that, and [test any Core tickets](https://make.wordpress.org/test/handbook/get-setup-for-testing/test-core-tickets-with-playground/)
you like — without installing any software on your system. Just use these links:

 * [https://playground.wordpress.net/wordpress.html](https://playground.wordpress.net/wordpress.html)
 * [https://playground.wordpress.net/gutenberg.html](https://playground.wordpress.net/gutenberg.html)

## **General Testing Checklist**

If you want to quickly test the updated WordPress version’s compatibility with your
site, please verify the following checks:

First, update your WordPress to the Beta/RC version, enable [debugging](https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/#example-wp-config-php-for-debugging)
in wp-config.php, and update your theme and plugins.

 * Ensure plugins and themes didn’t deactivate automatically after the update.
 * Check the WordPress **Site Health** tool for any new warnings or issues.
 * Confirm there are no layout breaks or misaligned elements.
 * Test links and permalinks to ensure there are no 404 errors.
 * Verify that posts, images, and media are displayed correctly.
 * Ensure the sitemap and robots.txt files are functioning properly.
 * Ensure full access to the admin dashboard without errors.
 * If your site has custom blocks, create content in a new blockBlock Block is the
   abstract term used to describe units of markup that, composed together, form 
   the content or layout of a webpage using the WordPress editor. The idea combines
   concepts of what in the past may have achieved with shortcodes, custom HTML, 
   and embed discovery into a single consistent API and user experience. and edit
   existing content.
 * Create a new post: add content, copy-paste text, and manually add media files.
   Save the post and observe the console for any issues.
 * Create a new page, add content, and check its display in different browsers.
 * Open the browser’s developer console and check for any errors, warnings, or notices.
 * Open the error log file and check for notices, warnings, and fatal errors.
 * Review user roles and permissions to ensure they remain intact.
 * Verify that any scheduled posts or automated tasks (like backups) still function
   as intended.
 * Ensure all integrated services (like payment gateways or analytics) are operational.
 * Open your site in different browsers and verify that all functionalities work
   as expected.
 * Check site performance and loading speed after the update.
 * Verify accessibilityAccessibility Accessibility (commonly shortened to a11y) 
   refers to the design of products, devices, services, or environments for people
   with disabilities. The concept of accessible design ensures both “direct access”(
   i.e. unassisted) and “indirect access” meaning compatibility with a person’s 
   assistive technology (for example, computer screen readers). (https://en.wikipedia.
   org/wiki/Accessibility) basics such as keyboard navigation, contrast, and screen
   reader behavior where possible.
 * Test form submissions (contact forms, checkout forms, login forms, etc.).
 * Confirm media uploads, image editing, and gallery functionality work properly.
 * Test theme customization settings (CustomizerCustomizer Tool built into WordPress
   core that hooks into most modern themes. You can use it to preview and modify
   many of your site’s appearance settings. or Site Editor) for stability.

WordPress continues to work reliably for the diverse global community that depends
on it.

If anything fails here, it can directly impact revenue, so prioritise fixing these
issues before updating production.

## 👉 **Key Features to Test**

## **Visual RevisionsRevisions The WordPress revisions system stores a record of each saved draft or published update. The revision system allows you to see what changes were made in each revision by dragging a slider (or using the Next/Previous buttons). The display indicates what has changed in each revision.**

Visual revisions in WordPress 7.0 let you see and restore past versions of a post
directly inside the editor, with clear visual highlights of what changed. You get
a new “Revisions” view instead of being taken to a separate screen, with a timeline/
slider to move between older and newer revisions. The content canvas shows visual
diffs where added text is highlighted in green, removed text in red, and formatting
changes like links or bold in yellow, while changed, added, and deleted blocks are
visually marked so you can quickly see which parts of the page changed. In this 
mode, you can inspect and restore a revision, but you cannot edit content directly,
keeping the experience focused on review and recovery.

### **Testing Step**s

 1.  Create content and revisions
 2.   * Create a new post or page.
      * Add a few different blocks (Paragraph, Heading, List, Image).
      * Make several changes and click Update each time (add text, remove text, change
        formatting, add/remove blocks).
 3.  Open the in‑editor revisions view
 4.   * In the editor, open the post sidebarSidebar A sidebar in WordPress is referred
        to a widget-ready area used by WordPress themes to display information that
        is not a part of the main content. It is not always a vertical column on the
        side. It can be a horizontal rectangle below or above the content area, footer,
        header, or any where in the theme. (Document/Settings).
      * Click the Revisions link/count.
      * Confirm you stay in the editor and see a dedicated revisions headerHeader The
        header of your site is typically the first thing people will experience. The
        masthead or header art located across the top of your page is part of the look
        and feel of your website. It can influence a visitor’s opinion about your content
        and you/ your organization’s brand. It may also look different on different
        screen sizes. and slider.
 5.  Use the slider/timeline
 6.   * Move the slider to older and newer revisions.
      * Confirm the canvas updates to show the selected revision and that the current
        revision is clearly indicated.
 7.  Check visual diffs
 8.   * Verify:
         - Added text is highlighted in green with an underline.
         - Removed text is highlighted in red with strikethrough.
         - Pure formatting changes (e.g., turning a word into a link, making it bold)
           are shown in yellow (outline/underline).
      * Confirm that changed/added/deleted blocks are visually distinguished from unchanged
        blocks.
 9.  Scroll markers/navigation
 10.  * Look for markers along the scroll area that show where changes exist.
      * Click a marker and confirm the view jumps roughly to the changed area.
 11. Selection and non‑editing
 12.  * Click on blocks in the revision view.
      * Confirm you can select and inspect them, but cannot type, add new blocks, or
        move blocks around.

If you encounter any issues or unexpected behaviour while testing, please log them
[ here](https://github.com/WordPress/gutenberg/issues/). Follow [#74742](https://github.com/WordPress/gutenberg/issues/74742)
for more details.

## **Font Library Support for More Theme Types**

WordPress previously introduced the Font Library to allow users to upload, manage,
and apply fonts directly within WordPress without relying on themes or additional
plugins. With updates targeted for WordPress 7.0, this functionality is expanding
beyond block themes to better support classic themes as well.

This enhancement means site owners using classic themes can now access font management
features in a more consistent way, similar to how media assets are handled. A dedicated**
Fonts page** now appears under **Appearance → Fonts** for classic themes (not just
block themes), where users can upload, activate, and manage fonts centrally.

Once added, these fonts become available within block editor typography controls—
for example, selecting a font family from the Paragraph block settings — helping
provide a more unified typography experience across different theme types.

### **Testing Steps **

**Verify Font Library Availability in Classic Theme**

 1. Install and activate a **classic theme** (e.g., Twenty Twenty-One or similar).
 2. Navigate to **Appearance → Fonts**.

**Expected:**

 * The fonts page should appear even with a classic theme.
 * No UIUI UI is an acronym for User Interface - the layout of the page the user
   interacts with. Think ‘how are they doing that’ and less about what they are 
   doing. breakage or missing styles.

**Upload Custom Fonts**

 1. Go to **Appearance → Fonts**.
 2. Upload a supported font file.
 3. Activate the uploaded font.

**Expected:**

 * Font uploads successfully.
 * The font becomes available in the library.
 * No errors in console or server logs.

**Use Fonts in Block Editor**

 1. Create or edit a post/page.
 2. Add a block (e.g., Paragraph).
 3. Open Typography settings → Font Family.
 4. Select the uploaded font.

**Expected:**

 * Font appears in the dropdown.
 * Font applied correctly in editor preview.

**Frontend Rendering Check**

 1. Publish/update the post.
 2. View on frontend.

**Expected:**

 * The selected font displays correctly.
 * No fallback or styling conflicts.

## **Responsive editing mode**

The Responsive Editing Mode introduces enhanced control over how content appears
across different device sizes directly within the block editor. This feature allows
users to selectively hide blocks based on screen type — desktop, tablet, or mobile—
helping create more tailored and optimized viewing experiences without requiring
custom CSSCSS CSS is an acronym for cascading style sheets. This is what controls
the design or look and feel of a site. or theme-level adjustments.

With this capability, site owners and content creators can better manage responsive
layouts, ensuring that specific content elements display appropriately depending
on the user’s device. This is especially useful for optimizing readability, improving
mobile usability, and delivering cleaner layouts across varying screen sizes.

### **Testing Steps **

 1.  Go to the WordPress dashboard and click on **Page/Post**.
 2.  Open the page where you want to modify block visibility.
 3.  Click on the specific block that you want to hide for a particular screen size.
 4.  Click the three dots (⋮) icon in the block toolbar to open additional options.
 5.  From the dropdown menu, choose the **Hide** option.
 6.  Select the device type (**Desktop, Tablet, or Mobile**) where the block should
     be hidden, then save the page.
 7.  View the page on the frontend and confirm that the block is hidden on the selected
     screen size.
 8.  **Verify Using List View**
 9.   * Click the **List View** icon in the top toolbar.
      * Locate the block in the list.
      * A crossed eye icon will indicate that the block is hidden on one or more devices.
 10. **Modify Hide Settings (If Needed)**
 11.  * Click the block with the crossed eye icon.
      * The Hide Block Settings panel will open, allowing you to review or adjust visibility
        preferences.

If you encounter any issues or unexpected behaviour while testing, please log them
[here](https://github.com/WordPress/gutenberg/issues/). Follow [#73776](https://github.com/WordPress/gutenberg/issues/73776)
for more details.

## **New Admin Improvements**

WordPress 7.0 includes a visual refresh of the admin interface aimed at modernizing
wp-admin, improving consistency with the block editor design system, and enhancing
overall usability. This update focuses primarily on styling and UI polish without
major functional changes, so testing should emphasize visual consistency, plugin
compatibility, accessibility, and regression checks.

### **Testing Steps **

 1. Review major admin screens such as Dashboard, Posts/Pages list, editor screens,
    Settings, Media Library, and Plugins/Themes pages to check visual consistency, 
    spacing, typography, button alignment, and notice styling.
 2. Test plugin compatibility by activating commonly used plugins (e.g., WooCommerce,
    SEO plugins, form plugins, or custom admin plugins) and verify that admin layouts,
    buttons, tables, and forms display correctly.
 3. Verify core workflows like creating/editing posts or pages, uploading media, updating
    settings, and navigating across admin sections to ensure no functional regressions.
 4. Perform accessibility checks, including colour contrast, keyboard navigation, focus
    states, readability, and screen reader behaviour.
 5. Test responsive admin behaviour by resizing the browser or testing on tablet/mobile
    widths, ensuring menu collapse, tables, and buttons remain usable.
 6. Observe performance aspects such as admin page load time, layout shifts, console
    errors, or unusual delays.
 7. Conduct regression checks by comparing behaviour with previous WordPress versions
    to confirm workflows, settings, and media functionality remain stable.
    (Tip: Open
    a new Playground instance with an _older version of WordPress, like 6.9 and compare)_
 8. Report any issues such as broken layouts, plugin conflicts, accessibility regressions,
    inconsistent styling, or performance concerns.

Follow [#64470](https://core.trac.wordpress.org/ticket/64470) for more details.

## **Customizable overlay for the navigation block**

WordPress 7.0 introduces **Customizable Navigation Overlays**, a new feature that
provides greater control over mobile navigation menus directly within the block 
editor. Previously, mobile menu overlays offered limited customization options, 
often restricting users to default layouts and styling.

With this enhancement, users can design fully customized navigation overlays using
blocks and patterns — allowing them to add branding elements, calls-to-action, images,
and tailored navigation structures. These overlays are saved as reusable template
parts, enabling consistent design across themes while also allowing theme authors
to provide predefined overlay designs.

#### Testing Steps

 1. Insert a Navigation block on a Template.
 2. Select the Navigation block and look for the ‘Settings’ inside the right panel.
 3. Look for the ‘Overlay’ customisation controls and create a ‘Custom Overlay’.
 4. Preview it in the Editor.
 5. View it on the Frontend in mobile view.

If you encounter any issues or unexpected behaviour while testing, please log them
[here](https://github.com/WordPress/gutenberg/issues/). Follow [#73084 ](https://github.com/WordPress/gutenberg/issues/73084)
for more details.

## **Real-time Collaboration **

Real-time collaboration is the crowning feature of the GutenbergGutenberg The Gutenberg
project is the new Editor Interface for WordPress. The editor improves the process
and experience of creating new content, making writing rich content much simpler.
It uses ‘blocks’ to add richness rather than shortcodes, custom HTML etc. [https://wordpress.org/gutenberg/](https://wordpress.org/gutenberg/)
Project phase 3, and this is the first iteration to land in Core. You can call it
RTC for short.

But before it can get there, RTC needs you! (And your friends!) Every part of this
groundbreaking functionality, from front-end usability to literal php functions,
plus database calls, APIAPI An API or Application Programming Interface is a software
intermediary that allows programs to interact with each other and share data in 
limited, clearly defined ways. endpoints, and more, needs to run this first implementation
through its paces.

In short, please ride this hard. Try to break everything! That’s how the folks who’ve
been working on this will know it’s good enough to be in Core.

### Testing steps

 * Install WordPress 7.0 Beta 1 on a server that somebody else can reach. 
 * This should probably be a new installation. maybe on a local network or on a 
   staging server, or something in between—not a production server, but also not
   a local installLocal Install A local install of WordPress is a way to create 
   a staging environment by installing a LAMP or LEMP stack on your local computer.
   on a single machine.
 * In the plugin, navigate to Settings > Writing and toggle on “Enable real-time
   collaboration.”
 * Open a post for editing. Start with a regular post, of course, but remember that
   pages are also posts, and custom post types are posts too! There are some exceptions,
   which you’ll find below. 
 * Invite a friend or colleague (or two or ten!) to edit the same post.
    - Consider joining a video call and sharing your screens so you can each see
      both experiences.
    - Or, collaborate with yourself! To do that, open your install in a separate
      tab and log in as someone else. See if you can edit as both people!
    - Another option: open your site on two machines on the same network.
 * If you have some, use real content—real text and images, other data sources and
   other media. See if you can use your usual workflows.

#### What to expect

 * **Real-time collaboration only works when you’re editing posts in the block editor
   and site editor.** It won’t function on other admin screens.
 * **Classic post metaMeta Meta is a term that refers to the inside workings of 
   a group. For us, this is the team that works on internal WordPress sites like
   WordCamp Central and Make WordPress. boxes do not sync.** Using these boxes still
   works, but your collaborators will not see updates in real time. They might even
   overwrite each other’s changes.
    - Without looking at the code, it’s not always obvious whether a post meta box
      is Classic (persisted using a `save_post` hook) or modern (integrated with
      the Gutenberg data store). Many plugins still use Classic post meta boxes.
 * **Most blocks are compatible.** Blocks are synced via their attributes, which
   means that most blocks support real-time collaboration by default. Some blocks
   might use local state when working with user input, which can result in issues
   during real-time collaboration.
    - The `core/freeform` (Classic) block is [currently incompatible](https://github.com/WordPress/gutenberg/issues/75307).
 * **Plugins that integrate with the block editor might have issues.** Behavior 
   with plugins is some of the most important feedback you can give. 
 * **Collaborator cursors disappear in the Show Template view.**
 * **Collaborating on the same block can have issues. **Please test it anyway, but
   expect quirkiness around cursor placement. Your feedback may well speed up the
   fix!
 * **Syncing happens over HTTPHTTP HTTP is an acronym for Hyper Text Transfer Protocol.
   HTTP is the underlying protocol used by the World Wide Web and this protocol 
   defines how messages are formatted and transmitted, and what actions Web servers
   and browsers should take in response to various commands. polling, so it’s not
   instant.** It could feel laggy sometimes—please report this! As well, if it feels
   much smoother at some points than at others, please report that. Performance 
   will directly affect how the community takes to RTC long-term.

#### What to notice

About overall functionality:

 * Did real-time collaboration work the whole time? 
 * Did you get disconnected? Did it ever feel unresponsive to the point that it 
   interrupted your work?
 * Did you lose any content? How about duplication?

In real-life workflows, could you collaborate:

 * On custom blocks?
 * Inside a plugin’s UI?
 * In the site editor?
 * On a large document?
 * If you added more than one user?

How did RTC do on accessibility? Did it work:

 * Only using the keyboard?
 * With a screen reader?
 * On a mobile device?

If you encounter any issues or unexpected behaviour while testing, please log them
[here](https://github.com/WordPress/gutenberg/issues/52593). Follow [](https://github.com/WordPress/gutenberg/issues/73084)
[#52593](https://github.com/WordPress/gutenberg/issues/52593) for more details.

## **New blocks & updates**

WordPress 7.0 adds some new blocks:

 * Icon
 * Breadcrumbs 

The Icon block lets you add one or more icons and style them in limited ways, with
more options to come in the future.

**Testing steps**

 1. Open a post or page.
 2. Insert the Icon block.
 3. Try out the options you see. 

The Breadcrumbs block ships with two options: to show the Home link and select the
separator. For now, the block only works with hierarchical post types.

**Testing steps**

 1. Open a hierarchical post (like a page)
 2. Insert the Breadcrumbs block.
 3. Toggle the option to show the Home link. Does it show up on the page?
 4. Toggle the Home link off. How does that work?
 5. Experiment with choosing separator options. 
 6. Report your findings.

Plus, three blocks are getting updates:

 * The Gallery box adds a lightbox to switch between images.
 * The Cover block will support external video.
 * The Grid block is getting new controls.

## Client side Media processing in the browser

WordPress 7.0 introduces Client-side media processing, leveraging the browser’s 
capabilities to handle tasks, like image resizing and compression, for smoother 
image processing. This enables the use of more advanced image formats and compression
techniques, and reduces demand on the web server, providing a more efficient media
handling process for both new and existing content, and supporting smoother media
workflows.

With so many options and enhancements in WordPress 7.0 Beta 1, this is still only
the beginning. You can expect future releases to be even better.

You can check the following [details](https://github.com/WordPress/gutenberg/pull/74566)
for clear and helpful test instructions.

## **PHPPHP PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. 󠀁[https://www.php.net/manual/en/preface.php](https://www.php.net/manual/en/preface.php)󠁿 Compatibility Update in WordPress 7.0 **

WordPress 7.0 raises the minimum supported PHP version to **7.4**, which means sites
still running **PHP 7.2 or 7.3** will not receive this major update and will remain
on the 6.9 branch. To stay current and secure, site owners should plan to upgrade
their PHP version with their hosting provider (ideally to **PHP 8.3+**) and test
their site on staging before updating to WordPress 7.0. This change helps WordPress
take advantage of newer PHP features and performance improvements while keeping 
support focused on actively maintained PHP branches; you can read more details in
the official announcement here:[ ](https://make.wordpress.org/core/2026/01/09/dropping-support-for-php-7-2-and-7-3/)

[Dropping support for PHP 7.2 and 7.3 – Make WordPress Core](https://make.wordpress.org/core/2026/01/09/dropping-support-for-php-7-2-and-7-3/)

## **What to Notice**

While testing, keep an eye on:

 * Could you find all the features? Could you figure out how to use them just from
   the interface?
 * How did the workflows feel? Smooth and logical? Or were some slow, confusing,
   or broken?
 * Did you  notice visual regressions in the editor, admin screens, or frontend?
 * How did patterns, templates, and site editor changes behave when you changed 
   style variations, or themes?
 * Did you test any assistive devices or on-device accessibility settings (focus
   order, keyboard traps, missing labels, reduced‑motion, contrast settings)? How
   did the feature work under those conditions?
 * Do you see PHP notices, warnings, or deprecations in logs or the debug console
   that weren’t there before? Did any show up on the front end, where visitors might
   see?

Make notes of anything that feels off—even if you’re not sure it’s a bug.

## **Where to Report Feedback**

Please share everything that stood out—as a problem or a plus, or anything in between—
issues, suggestions, and whatever else you found significant.

Choose any of these options:

 * Post in the [#core-test](https://make.wordpress.org/test/tag/core-test/) & [#core](https://make.wordpress.org/test/tag/core/)
   channel in the Making WordPress Slack to discuss issues in real time.
 * Create a trac ticket at[ https://core.trac.wordpress.org/](https://core.trac.wordpress.org/)
   for WordPress Core issues.
 * Open a GitHubGitHub GitHub is a website that offers online implementation of 
   git repositories that can easily be shared, copied and modified by other developers.
   Public repositories are free to host, private repositories require a paid subscription.
   GitHub introduced the concept of the ‘pull request’ where code changes done in
   branches by contributors can be reviewed and discussed before being merged by
   the repository owner. [https://github.com/](https://github.com/) issue in the
   [ Gutenberg repository](https://github.com/WordPress/gutenberg/issues) for editor‑
   related bugs.

Include as much detail as you can in your report:

 * WordPress version (e.g. 7.0‑beta1 or 7.0‑RC1).
 * PHP version and database type/version.
 * Theme and active plugins.
 * Exact steps to reproduce the issue.
 * Screenshots, screen recordings, and any error messages/logs you could capture.

## **Changelog**

1.0.0 – Initial Post

1.0.1 – Removed Tab Block Details

1.0.2 – Updated info for WP release delay

Props to [@marybaum](https://profiles.wordpress.org/marybaum/) for working on the**
New Blocks and Real-time Collaboration sections.**
Props to [@anveshika](https://profiles.wordpress.org/anveshika/)
for working on **Customizable Overlay and Responsive Editing Mode sections.**Props
to [@amykamala](https://profiles.wordpress.org/amykamala/), [@muddassirnasim](https://profiles.wordpress.org/muddassirnasim/),
and [@wildworks](https://profiles.wordpress.org/wildworks/) for the pre-publish 
review of this post.

[#release-field-guide](https://make.wordpress.org/test/tag/release-field-guide/)

 * [Login to Reply](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fmake.wordpress.org%2Ftest%2F2026%2F02%2F20%2Fhelp-test-wordpress-7-0%2F%23respond&locale=en_US)

 [  ](https://profiles.wordpress.org/ankit-k-gupta/) [Ankit K Gupta](https://profiles.wordpress.org/ankit-k-gupta/)
2:48 pm _on_ February 17, 2026     
Tags: [call for testing ( 21 )](https://make.wordpress.org/test/tag/call-for-testing/),
[core ( 14 )](https://make.wordpress.org/test/tag/core/), [core-test ( 203 )](https://make.wordpress.org/test/tag/core-test/)

# 󠀁[Test Scrub Schedule for WordPress 7.0](https://make.wordpress.org/test/2026/02/17/test-scrub-schedule-for-wordpress-7-0/)󠁿

As you’re aware, [WordPress 7.0](https://make.wordpress.org/core/7-0/) is slated
to be the first [major release](https://make.wordpress.org/core/handbook/about/release-cycle/releasing-major-versions/)
of 2026, with the official release date set for **April 9, 2026**. As we gear up
for this important milestone, our Test team will be shifting gears a bit. 

Starting from our upcoming weekly [Patch Testing Session](https://make.wordpress.org/meetings/#test),
we’ll be running a **Test Scrub** for WP 7.0 instead of the usual Future Milestone
Tickets. These scrubs will focus specifically on tickets and issues related to the
WordPress 7.0 milestone. It’s a great opportunity to contribute to this major releaseMajor
Release A set of releases or versions having the same major version number may be
collectively referred to as “X.Y” -- for example version 5.2.x to refer to versions
5.2, 5.2.1, and all other versions in the 5.2. (five dot two dot) branch of that
software. Major Releases often are the introduction of new major features and functionality.
and make a tangible impact on the final product. 

## **Where Will It Happen?**

Each Test Scrub will take place in the [#core-test](https://wordpress.slack.com/messages/core-test/)
channel on the Make WordPress SlackSlack Slack is a Collaborative Group Chat Platform
[https://slack.com/](https://slack.com/). The WordPress community has its own Slack
Channel at [https://make.wordpress.org/chat/](https://make.wordpress.org/chat/) 
at the same time as [our regular weekly Test team meetings](https://make.wordpress.org/meetings/#test).
If additional release‑focused scrubs are scheduled, they’ll also be announced in
[#core-test](https://wordpress.slack.com/messages/core-test/) and added to the meetings
calendar. 

## **What Tickets Will We Focus On?**

We’ll primarily concentrate on tickets that are tagged **Has Patch **or**/ Needs
Testing** for the 7.0 milestone. You can find these tickets in the [7.0 report on Trac](https://core.trac.wordpress.org/report/6?version=7.0).
As the release moves through BetaBeta A pre-release of software that is given out
to a large group of users to trial under real conditions. Beta versions have gone
through alpha testing in-house and are generally fairly close in look, feel and 
function to the final product; however, design changes often occur as part of the
process. and RCRelease Candidate A beta version of software with the potential to
be a final product, which is ready to release unless significant bugs emerge., we’ll
also highlight key features and regressions that need focused testing.

**Interested in Leading a Test Scrub?**

Did you know that anyone can lead a Test Scrub at any time? Yes, that means you 
can!

If you’re interested in leading a scrub, please reach out in the [#core-test](https://make.wordpress.org/test/tag/core-test/)
Slack channel with: 

 * The day and time you’re considering
 * The report or tickets you’d like to focus on (for example, a specific TracTrac
   Trac is the place where contributors create issues for bugs or feature requests
   much like GitHub.[https://core.trac.wordpress.org/](https://core.trac.wordpress.org/).
   report, a feature area, or a Beta/RC build)

If you’re planning a scrub that’s specifically focused on WordPress 7.0, that’s 
fantastic! We can add it to our schedule so the rest of the team knows to join in.
Leading a scrub is a great way to contribute. 

**Let’s Contribute Together**

This is a perfect chance to get involved with the major release of WordPress 7.0,
learn more about the release process, and help ensure the quality and stability 
of WordPress. Your contributions will make a difference, so join us for the Test
Scrub sessions and be a part of this exciting release. 

## **Thank You ❤️**

Thanks to everyone contributing time, testing, feedback, and expertise. Community
testing plays a critical role in making each WordPress release successful.

Let’s work together to make **WordPress 7.0 a smooth and high-quality release**.

_Props to_ [@huzaifaalmesbah](https://profiles.wordpress.org/huzaifaalmesbah/), 
[@marybaum](https://profiles.wordpress.org/marybaum/), and [@nikunj8866](https://profiles.wordpress.org/nikunj8866/)
_for pre-publish review_.

[#call-for-testing](https://make.wordpress.org/test/tag/call-for-testing/), [#core](https://make.wordpress.org/test/tag/core/)

 * [Login to Reply](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fmake.wordpress.org%2Ftest%2F2026%2F02%2F17%2Ftest-scrub-schedule-for-wordpress-7-0%2F%23respond&locale=en_US)

 [  ](https://profiles.wordpress.org/mosescursor/) [Moses Cursor Ssebunya](https://profiles.wordpress.org/mosescursor/)
7:16 pm _on_ February 9, 2026     
Tags: [core-test ( 203 )](https://make.wordpress.org/test/tag/core-test/),
[fse-outreach-program ( 108 )](https://make.wordpress.org/test/tag/fse-outreach-program/),
[full-site-editing ( 61 )](https://make.wordpress.org/test/tag/full-site-editing/),
[gutenberg ( 68 )](https://make.wordpress.org/test/tag/gutenberg/)   

# 󠀁[Month in Test: February 8, 2026](https://make.wordpress.org/test/2026/02/09/month-in-test-february-8-2026/)󠁿

Hello and welcome to the 1st edition of _Month in Test_, the place where contributors
of any skill level can find opportunities to contribute to WordPress through testing.
You can find the Test Team in[ #core-test](https://wordpress.slack.com/messages/core-test/).

**Table of Contents**

 1. [Calls for Testing 📣](https://make.wordpress.org/test/2026/02/08/month-in-test-february-8-2026/#calls-for-testing)
 2. [Test Handbook 📘](https://make.wordpress.org/test/2026/02/08/month-in-test-february-8-2026/#handbook)
 3.  a. [Merging of Test Handbook in Github](https://make.wordpress.org/test/2026/02/08/month-in-test-february-8-2026/#merging-of-test-handbook-in-github)
 4. [Weekly Testing Roundup 🤠](https://make.wordpress.org/test/2026/02/08/month-in-test-february-8-2026/#weekly-testing)
 5.  a. [1. WordPress Core Testing](https://make.wordpress.org/test/2026/02/08/month-in-test-february-8-2026/#core-testing)
     b.  a. [a. Patch Testing 🩹](https://make.wordpress.org/test/2026/02/08/month-in-test-february-8-2026/#a-patch-testing)
         b. [b. Bug Reproduction ](https://make.wordpress.org/test/2026/02/08/month-in-test-february-8-2026/#b-phpunit-tests)
         c. [c. Test Team Issues](https://make.wordpress.org/test/2026/02/08/month-in-test-february-8-2026/#c-test-team-issues)
     c. [2. Gutenberg Testing](https://make.wordpress.org/test/2026/02/08/month-in-test-february-8-2026/#gutenberg)
     d.  a. [a. Gutenberg Bug Reproduction Testing](https://make.wordpress.org/test/2026/02/08/month-in-test-february-8-2026/#a-gutenberg-bug-reproduction-testing)
         b. [b. Gutenberg Patch Testing](https://make.wordpress.org/test/2026/02/08/month-in-test-february-8-2026/#b-gutenberg-patch-testing)
 6. [Profile Badge Awards 🎉](https://make.wordpress.org/test/2026/02/08/month-in-test-february-8-2026/#profile-badges)
 7. [Read/Watch/Listen 🔗](https://make.wordpress.org/test/2026/02/08/month-in-test-february-8-2026/#read-watch-listen)
 8. [Upcoming Meetings 🗓](https://make.wordpress.org/test/2026/02/08/month-in-test-february-8-2026/#upcoming-meetings)

## **Calls for Testing 📣**

[Calls for Testing](https://make.wordpress.org/core/handbook/testing/write-a-call-for-testing/)
can originate from any team, from themes to mobile apps to feature plugins. The 
following posts highlight features and releases that need special attention:

 * [Help Test WordPress 6.9](https://make.wordpress.org/test/2025/10/21/help-test-wordpress-6-9/)
 * [Call for Testing: Exploring New AI Experiments](https://make.wordpress.org/ai/2026/02/04/call-for-testing-exploring-new-ai-experiments/)
 * [Call for Testing – Customizable Navigation (“Mobile”) Overlays](https://make.wordpress.org/test/2026/01/27/call-for-testing-customizable-navigation-mobile-overlays/)

## Test Handbook 📘

### Merging of Test Handbook in GithubGitHub GitHub is a website that offers online implementation of git repositories that can easily be shared, copied and modified by other developers. Public repositories are free to host, private repositories require a paid subscription. GitHub introduced the concept of the ‘pull request’ where code changes done in branches by contributors can be reviewed and discussed before being merged by the repository owner. 󠀁[https://github.com/](https://github.com/)󠁿

For the last few weeks, a good number of test contributors embarked on the journey
of reviewing our new Test Handbook based on GitHub. The Process has been concluded
successfully with the merging.

 * We want to inform that the **Test Handbook** is officially `synced`. There might
   be a couple of bugs and things that are not looking good pending to be fixed.
 * Feel free to give it a check [here](https://make.wordpress.org/test/handbook/),
   and if you find any bugs, go to the [GitHub repository](https://github.com/WordPress/test-handbook)
   and report them.
    - You can send a PR with the fix, or simply send the **issue**, and we will 
      check it

## **Weekly Testing Roundup 🤠**

Bi-Weekly update:[ Test Team Update](https://make.wordpress.org/updates/tag/test/)

Here’s a roundup of active tickets that are ready for testing contributions. Did
you know that contributions to the[ Test Team](https://make.wordpress.org/test/)
are also a fantastic way to level up your WordPress knowledge and skills? Dive in
to contribute, and gain coveted props 😎 for a coming release.

### 1. WordPress CoreCore Core is the set of software required to run WordPress. The Core Development Team builds WordPress. Testing

#### a. **Patch Testing 🩹**

Who? All contributors (not just developers) who can set up a local testing environment.
Why?
_**It is necessary to[ apply proposed patches](https://make.wordpress.org/core/handbook/testing/patch/)
and test per the[ testing instructions](https://make.wordpress.org/test/handbook/test-reports/testing-instructions)
in order to validate that a patch fixes the issue.**_

The[ following tickets](https://core.trac.wordpress.org/query?status=accepted&status=assigned&status=new&status=reopened&status=reviewing&changetime=1weekago..&keywords=~needs-testing+has-patch&milestone=!Awaiting+Review&milestone=!&col=id&col=summary&col=status&col=milestone&col=changetime&col=keywords&col=type&col=priority&col=component&order=changetime)(
7) have been reviewed and a patch provided, and need testers to apply the patch 
and manually test, then provide feedback through a[ patch test report](https://make.wordpress.org/test/handbook/test-reports/patch-testing):

 * [#64155](https://core.trac.wordpress.org/ticket/64155) – [Add stack trace to failed plugin update error notifications](https://core.trac.wordpress.org/ticket/64155)
 * [#48734](https://core.trac.wordpress.org/ticket/48734) – [Twenty Twenty: [em] tag with blank string inside ruins theme layout](https://core.trac.wordpress.org/ticket/48734)
 * [#49030](https://core.trac.wordpress.org/ticket/49030) – [Twenty Twenty: video resize functionality also impacts other elements on the page](https://core.trac.wordpress.org/ticket/49030)
 * [#13743](https://core.trac.wordpress.org/ticket/13743) – [Ability to choose a network default theme](https://core.trac.wordpress.org/ticket/13743)

#### b. **Bug Reproduction**

It is necessary to confirm if the bug is happening under multiple conditions and
environments, using the bug reproduction report in order to validate the issue.

The [following tickets](https://core.trac.wordpress.org/query?status=accepted&status=assigned&status=new&status=reopened&status=reviewing&keywords=~needs-testing+-has-patch&col=id&col=summary&col=status&col=type&col=priority&col=component&col=changetime&desc=1&order=changetime)(
143) have been reviewed and milestoned, and need testers to check the instructions
and manually test if the issue is reproducible, then provide a bug reproduction 
report:

 * [#60478](https://core.trac.wordpress.org/ticket/60478) – [Upgrade to jQuery 4.0](https://core.trac.wordpress.org/ticket/60478)
 * [#35871](https://core.trac.wordpress.org/ticket/35871) – [before_delete_post incorrectly triggered from edit.php to post.php](https://core.trac.wordpress.org/ticket/35871)
 * [#63768](https://core.trac.wordpress.org/ticket/63768) – [WP_Query will generate an unexpected SQL query when using switch_to_blog and post_type = any](https://core.trac.wordpress.org/ticket/63768)
 * [#18613](https://core.trac.wordpress.org/ticket/18613) – [get_adjacent_post() doesn’t find private posts](https://core.trac.wordpress.org/ticket/18613)
 * [#46947](https://core.trac.wordpress.org/ticket/46947) – [‘❤’ in Comment Generates DB Error](https://core.trac.wordpress.org/ticket/46947)

#### c. Test Team Issues

Here are the current activities being discussed in the Test Team [Github](https://github.com/WordPress/test-handbook/issues):

 1. We need to review the Test Team Issues. If you have a possible solution, comment
    in the Issue or submit a PR.

 * **Test Team Discussions** (25 Open)
    - [Provide structured guidance for Core Trac ticket reports](https://github.com/WordPress/test-handbook/issues/116)
    - [Getting and Testing Huddles in Slack](https://github.com/WordPress/test-handbook/issues/115)
    - [Add Trac Keyword Triage Guide for Test Team Members](https://github.com/WordPress/test-handbook/issues/114)
    - [Proposal to Add Email Testing Documentation](https://github.com/WordPress/test-handbook/issues/113)

### 2. GutenbergGutenberg The Gutenberg project is the new Editor Interface for WordPress. The editor improves the process and experience of creating new content, making writing rich content much simpler. It uses ‘blocks’ to add richness rather than shortcodes, custom HTML etc. 󠀁[https://wordpress.org/gutenberg/](https://wordpress.org/gutenberg/)󠁿 Testing

👋 Want to contribute to **WordPress/Gutenberg**? If you have a bug or an idea, 
read the [contributing guidelines](https://github.com/WordPress/gutenberg/blob/trunk/CONTRIBUTING.md)
before opening an issue. If you’re ready to tackle some open issues, [we’ve collected some good first issues for you.](https://github.com/WordPress/gutenberg/contribute)

#### a. Gutenberg Bug Reproduction Testing

The [following tickets](https://github.com/WordPress/gutenberg/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22Needs%20Testing%22)(
2) have been filed reporting a known bug and needs testers to manually test, then
provide feedback through a [bug reproduction](https://make.wordpress.org/test/handbook/test-reports/issue-reproduction/)
report that the issue can be reproduced.

 * [A11y: Decorative images in a figure element cause VoiceOver screen reader reading the file name.](https://github.com/WordPress/gutenberg/issues/75027)(
   [#75027](https://core.trac.wordpress.org/ticket/75027))
 * [Drag and drop: blocks sometimes move up or down the page when clicked](https://github.com/WordPress/gutenberg/issues/73774)(
   [#73774](https://core.trac.wordpress.org/ticket/73774))

#### b. Gutenberg Patch Testing

All contributors (not just developers) who can set up a local testing environment.

Why? It is necessary to[ apply proposed patches](https://make.wordpress.org/core/handbook/testing/patch/)
and test per the[ testing instructions](https://make.wordpress.org/test/handbook/test-reports/#1-testing-instructions)
in order to validate that a patch fixes the issue.

The[ following tickets](https://github.com/WordPress/gutenberg/pulls?q=is%3Aopen+is%3Apr+label%3A%22Needs+Testing%22)(
1) have been reviewed, and a patch provided, and need testers to apply the patch
and manually test, then provide feedback through a[ patch test report](https://make.wordpress.org/test/handbook/test-reports/#3-patch-testing):

 * [Fix 2 – Accordion: Text in a closed accordion panel cannot be found via the browser search](https://github.com/WordPress/gutenberg/pull/74747)(
   [#74747](https://core.trac.wordpress.org/ticket/74747))

## **Profile Badge Awards 🎉**

Congratulations to the recipients of the **Test Team Badge 🎉**

 * [@ozgursar](https://profiles.wordpress.org/ozgursar/)
 * [@juanmaguitar](https://profiles.wordpress.org/juanmaguitar/)
 * [@huzaifaalmesbah](https://profiles.wordpress.org/huzaifaalmesbah/)
 * @r1ko
 * [@sajib1223](https://profiles.wordpress.org/sajib1223/)

– Kindly find the Contribution Guidelines [here](https://make.wordpress.org/test/handbook/test-team-profile-badges/#test-contributor-badge)

## **Read/Watch/Listen 🔗**

 1. WordPress Ecosystem Announcements
 2.  * [Piloting the AI Leaders Micro-Credential](https://wordpress.org/news/2026/02/ai-leaders-credential/)
     * [AI Guidelines for WordPress](https://make.wordpress.org/ai/2026/02/01/ai-guidelines-for-wordpress/)
     * [Proposal for merging WP AI Client into WordPress 7.0](https://make.wordpress.org/core/2026/02/03/proposal-for-merging-wp-ai-client-into-wordpress-7-0/)
     * [What’s new in Gutenberg 22.5? (04 February)](https://make.wordpress.org/core/2026/02/04/whats-new-in-gutenberg-22-5-04-february/)
     * [WordPress 6.9.1 is now available](https://wordpress.org/news/2026/02/wordpress-6-9-1-maintenance-release/)
     * [Bug Scrub Schedule for WordPress 7.0](https://make.wordpress.org/core/2026/01/27/bug-scrub-schedule-for-wordpress-7-0/)
 3. Test Team Announcements
 4.  * [Test Team Program Recap](https://make.wordpress.org/test/2026/02/05/the-test-team-training-program-recap/)
     * [Test Chat Summary: 5th February 2026](https://make.wordpress.org/test/2026/02/06/test-chat-summary-5th-february-2026/)
 5. Call for Testing
 6.  * [Help Test WordPress 6.9](https://make.wordpress.org/test/2025/10/21/help-test-wordpress-6-9/)
     * [Call for Testing: Exploring New AI Experiments](https://make.wordpress.org/ai/2026/02/04/call-for-testing-exploring-new-ai-experiments/)
     * [Call for Testing – Customizable Navigation (“Mobile”) Overlays](https://make.wordpress.org/test/2026/01/27/call-for-testing-customizable-navigation-mobile-overlays/)
     * We have [Patch Testing Issues](https://core.trac.wordpress.org/query?status=accepted&status=assigned&status=new&status=reopened&status=reviewing&changetime=1weekago..&keywords=~needs-testing+has-patch&milestone=!Awaiting+Review&milestone=!&col=id&col=summary&col=status&col=milestone&col=changetime&col=keywords&col=type&col=priority&col=component&order=changetime)
       that need testing

## **Upcoming Meetings 🗓**

🚨 There will be regular[ #core-test](https://wordpress.slack.com/messages/core-test/)
meetings. The schedule is being worked on and final schedule will be shared after
finalizing the discussion

Current 2026 [Schedule](https://make.wordpress.org/meetings/#test):

 * [Tuesday, 10th February 2026 at 17:00 GMT+2](https://www.timeanddate.com/worldclock/fixedtime.html?iso=20260210T1500):
   <Patch-Testing-Scrub> in[#core-test](https://wordpress.slack.com/messages/core-test/).
 * [Thursday, 12th February 2026 at 17:00 GMT+2](https://www.timeanddate.com/worldclock/fixedtime.html?iso=20260212T1500):
   <Voice-chat> in[#core-test](https://wordpress.slack.com/messages/core-test/).

Interested in hosting a <test-scrub>? Test Team needs you! Check out[ Leading Bug Scrubs](https://make.wordpress.org/core/handbook/tutorials/leading-bug-scrubs/)
for details, or inquire in[ #core-test](https://wordpress.slack.com/messages/core-test/)
for more info.

_Props to_ [@sirlouen](https://profiles.wordpress.org/sirlouen/) _for helping review
this article and offering feedback_

[#core-test](https://make.wordpress.org/test/tag/core-test/), [#fse-outreach-program](https://make.wordpress.org/test/tag/fse-outreach-program/),
[#full-site-editing](https://make.wordpress.org/test/tag/full-site-editing/), [#gutenberg](https://make.wordpress.org/test/tag/gutenberg/)

 * [Login to Reply](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fmake.wordpress.org%2Ftest%2F2026%2F02%2F09%2Fmonth-in-test-february-8-2026%2F%23respond&locale=en_US)

 [  ](https://profiles.wordpress.org/mosescursor/) [Moses Cursor Ssebunya](https://profiles.wordpress.org/mosescursor/)
6:39 am _on_ January 28, 2026     
Tags: [core-test ( 203 )](https://make.wordpress.org/test/tag/core-test/),
[fse-outreach-program ( 108 )](https://make.wordpress.org/test/tag/fse-outreach-program/),
[full-site-editing ( 61 )](https://make.wordpress.org/test/tag/full-site-editing/),
[gutenberg ( 68 )](https://make.wordpress.org/test/tag/gutenberg/), [make.wordpress.org/mobile ( 139 )](https://make.wordpress.org/test/tag/make-wordpress-org-mobile/)

# 󠀁[Week in Test: January 27, 2026](https://make.wordpress.org/test/2026/01/28/week-in-test-january-27-2026/)󠁿

Hello and welcome to another edition of _Week in Test_, the place where contributors
of any skill level can find opportunities to contribute to WordPress through testing.
You can find the Test Team in[ #core-test](https://wordpress.slack.com/messages/core-test/).

**Table of Contents**

 1. [Calls for Testing 📣](https://make.wordpress.org/test/2026/01/28/week-in-test-january-27-2026/#calls-for-testing)
 2. [Test Handbook 📘](https://make.wordpress.org/test/2026/01/28/week-in-test-january-27-2026/#handbook)
 3.  a. [Merging of Test Handbook in Github](https://make.wordpress.org/test/2026/01/28/week-in-test-january-27-2026/#merging-of-test-handbook-in-github)
 4. [Weekly Testing Roundup 🤠](https://make.wordpress.org/test/2026/01/28/week-in-test-january-27-2026/#weekly-testing)
 5.  a. [1. WordPress Core Testing](https://make.wordpress.org/test/2026/01/28/week-in-test-january-27-2026/#core-testing)
     b.  a. [a. Patch Testing 🩹](https://make.wordpress.org/test/2026/01/28/week-in-test-january-27-2026/#a-patch-testing)
         b. [b. Bug Reproduction ](https://make.wordpress.org/test/2026/01/28/week-in-test-january-27-2026/#b-phpunit-tests)
         c. [c. Test Team Issues](https://make.wordpress.org/test/2026/01/28/week-in-test-january-27-2026/#c-test-team-issues)
     c. [2. Gutenberg Testing](https://make.wordpress.org/test/2026/01/28/week-in-test-january-27-2026/#gutenberg)
     d.  a. [a. Gutenberg Bug Reproduction Testing](https://make.wordpress.org/test/2026/01/28/week-in-test-january-27-2026/#a-gutenberg-bug-reproduction-testing)
         b. [b. Gutenberg Patch Testing](https://make.wordpress.org/test/2026/01/28/week-in-test-january-27-2026/#b-gutenberg-patch-testing)
 6. [Profile Badge Awards 🎉](https://make.wordpress.org/test/2026/01/28/week-in-test-january-27-2026/#profile-badges)
 7. [Read/Watch/Listen 🔗](https://make.wordpress.org/test/2026/01/28/week-in-test-january-27-2026/#read-watch-listen)
 8. [Upcoming Meetings 🗓](https://make.wordpress.org/test/2026/01/28/week-in-test-january-27-2026/#upcoming-meetings)

## **Calls for Testing 📣**

[Calls for Testing](https://make.wordpress.org/core/handbook/testing/write-a-call-for-testing/)
can originate from any team, from themes to mobile apps to feature plugins. The 
following posts highlight features and releases that need special attention:

 * [Help Test WordPress 6.9](https://make.wordpress.org/test/2025/10/21/help-test-wordpress-6-9/)

## Test Handbook 📘

### Merging of Test Handbook in GithubGitHub GitHub is a website that offers online implementation of git repositories that can easily be shared, copied and modified by other developers. Public repositories are free to host, private repositories require a paid subscription. GitHub introduced the concept of the ‘pull request’ where code changes done in branches by contributors can be reviewed and discussed before being merged by the repository owner. 󠀁[https://github.com/](https://github.com/)󠁿

For the last few weeks, a good number of test contributors embarked on the journey
of reviewing our new Test Handbook based on GitHub. The Process has been concluded
successfully with the merging.

 * We want to inform that the **Test Handbook** is officially `synced`. There might
   be a couple of bugs and things that are not looking good pending to be fixed.
 * Feel free to give it a check [here](https://make.wordpress.org/test/handbook/),
   and if you find any bugs, go to the [GitHub repository](https://github.com/WordPress/test-handbook)
   and report them.
    - You can send a PR with the fix, or simply send the **issue**, and we will 
      check it

## **Weekly Testing Roundup 🤠**

Bi-Weekly update:[ Test Team Update](https://make.wordpress.org/updates/tag/test/)

Here’s a roundup of active tickets that are ready for testing contributions. Did
you know that contributions to the[ Test Team](https://make.wordpress.org/test/)
are also a fantastic way to level up your WordPress knowledge and skills? Dive in
to contribute, and gain coveted props 😎 for a coming release.

### 1. WordPress CoreCore Core is the set of software required to run WordPress. The Core Development Team builds WordPress. Testing

#### a. **Patch Testing 🩹**

Who? All contributors (not just developers) who can set up a local testing environment.
Why?
_**It is necessary to[ apply proposed patches](https://make.wordpress.org/core/handbook/testing/patch/)
and test per the[ testing instructions](https://make.wordpress.org/test/handbook/test-reports/testing-instructions)
in order to validate that a patch fixes the issue.**_

The[ following tickets](https://core.trac.wordpress.org/query?status=accepted&status=assigned&status=new&status=reopened&status=reviewing&changetime=1weekago..&keywords=~needs-testing+has-patch&milestone=!Awaiting+Review&milestone=!&col=id&col=summary&col=status&col=milestone&col=changetime&col=keywords&col=type&col=priority&col=component&order=changetime)(
2) have been reviewed and a patch provided, and need testers to apply the patch 
and manually test, then provide feedback through a[ patch test report](https://make.wordpress.org/test/handbook/test-reports/patch-testing):

 * [#63021](https://core.trac.wordpress.org/ticket/63021) – [Lazy load user meta](https://core.trac.wordpress.org/ticket/63021)
 * [#48456](https://core.trac.wordpress.org/ticket/48456) – [Update CodeMirror to latest v5 version](https://core.trac.wordpress.org/ticket/48456)

#### b. **Bug Reproduction**

It is necessary to confirm if the bug is happening under multiple conditions and
environments, using the bug reproduction report in order to validate the issue.

The [following tickets](https://core.trac.wordpress.org/query?status=accepted&status=assigned&status=new&status=reopened&status=reviewing&keywords=~needs-testing+-has-patch&col=id&col=summary&col=status&col=type&col=priority&col=component&col=changetime&desc=1&order=changetime)(
169) have been reviewed and milestoned, and need testers to check the instructions
and manually test if the issue is reproducible, then provide a bug reproduction 
report:

 * [#23562](https://core.trac.wordpress.org/ticket/23562) – [Using Speech Recognition Software with the Add Media Panel](https://core.trac.wordpress.org/ticket/23562)
 * [#60478](https://core.trac.wordpress.org/ticket/60478) – [Upgrade to jQuery 4.0](https://core.trac.wordpress.org/ticket/60478)
 * [#35871](https://core.trac.wordpress.org/ticket/35871) – [before_delete_post incorrectly triggered from edit.php to post.php](https://core.trac.wordpress.org/ticket/35871)
 * [#63768](https://core.trac.wordpress.org/ticket/63768) – [WP_Query will generate an unexpected SQL query when using switch_to_blog and post_type = any](https://core.trac.wordpress.org/ticket/63768)
 * [#18613](https://core.trac.wordpress.org/ticket/18613) – [get_adjacent_post() doesn’t find private posts](https://core.trac.wordpress.org/ticket/18613)

#### c. Test Team Issues

Here are the current activities being discussed in the Test Team [Github](https://github.com/WordPress/test-handbook/issues):

 1. We need to review the Test Team Issues. If you have a possible solution, comment
    in the Issue or submit a PR.

 * **Test Team Discussions** (19 Open)
    - [Discussion: Using tags instead of categories for regular post types on make.wordpress.org/test](https://github.com/WordPress/test-handbook/issues/109)(#
      109)
    - [New Page with Active Test Team Members](https://github.com/WordPress/test-handbook/issues/107)(#
      107)
    - [Proposal to Archive Old Test Reports](https://github.com/WordPress/test-handbook/issues/105)(#
      105)
    - [Officialize the Test Reports](https://github.com/WordPress/test-handbook/issues/100)(#
      100)
    - [Redesigning the Test Team Updates Report](https://github.com/WordPress/test-handbook/issues/99)(#
      99)
    - [Patch testing scrubbing](https://github.com/WordPress/test-handbook/issues/92)(#
      92)
    - [End-to-end (E2E) testing](https://github.com/WordPress/test-handbook/issues/91)(#
      91)
    - [Feature and enhancement testing Page](https://github.com/WordPress/test-handbook/issues/90)(#
      90)

### 2. GutenbergGutenberg The Gutenberg project is the new Editor Interface for WordPress. The editor improves the process and experience of creating new content, making writing rich content much simpler. It uses ‘blocks’ to add richness rather than shortcodes, custom HTML etc. 󠀁[https://wordpress.org/gutenberg/](https://wordpress.org/gutenberg/)󠁿 Testing

👋 Want to contribute to **WordPress/Gutenberg**? If you have a bug or an idea, 
read the [contributing guidelines](https://github.com/WordPress/gutenberg/blob/trunk/CONTRIBUTING.md)
before opening an issue. If you’re ready to tackle some open issues, [we’ve collected some good first issues for you.](https://github.com/WordPress/gutenberg/contribute)

#### a. Gutenberg Bug Reproduction Testing

The [following tickets](https://github.com/WordPress/gutenberg/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22Needs%20Testing%22)(
1) have been filed reporting a known bug and needs testers to manually test, then
provide feedback through a [bug reproduction](https://make.wordpress.org/test/handbook/test-reports/issue-reproduction/)
report that the issue can be reproduced.

 * [Drag and drop: blocks sometimes move up or down the page when clicked](https://github.com/WordPress/gutenberg/issues/73774)(
   [#73774](https://core.trac.wordpress.org/ticket/73774))

#### b. Gutenberg Patch Testing

All contributors (not just developers) who can set up a local testing environment.

Why? It is necessary to[ apply proposed patches](https://make.wordpress.org/core/handbook/testing/patch/)
and test per the[ testing instructions](https://make.wordpress.org/test/handbook/test-reports/#1-testing-instructions)
in order to validate that a patch fixes the issue.

The[ following tickets](https://github.com/WordPress/gutenberg/pulls?q=is%3Aopen+is%3Apr+label%3A%22Needs+Testing%22)(
2) have been reviewed, and a patch provided, and need testers to apply the patch
and manually test, then provide feedback through a[ patch test report](https://make.wordpress.org/test/handbook/test-reports/#3-patch-testing):

 * [Inserter Component: Improving Stories](https://github.com/WordPress/gutenberg/pull/74922)(
   [#74922](https://core.trac.wordpress.org/ticket/74922))
 * [Fix 2 – Accordion: Text in a closed accordion panel cannot be found via the browser search](https://github.com/WordPress/gutenberg/pull/74747)(
   [#74747](https://core.trac.wordpress.org/ticket/74747))

## **Profile Badge Awards 🎉**

Congratulations to the recipients of the **Test Contributor Badge 🎉**

 * none awarded this week

– Kindly find the Contribution Guidelines [here](https://make.wordpress.org/test/handbook/test-team-profile-badges/#test-contributor-badge)

## **Read/Watch/Listen 🔗**

 1. WordPress Ecosystem Announcements
 2.  * [What’s new in Gutenberg 22.4? (20 January)](https://make.wordpress.org/core/2026/01/22/whats-new-in-gutenberg-22-4-20-january/)
     * [Dropping support for PHP 7.2 and 7.3](https://make.wordpress.org/core/2026/01/09/dropping-support-for-php-7-1-2/)
     * [What’s new for developers? (January 2026)](https://developer.wordpress.org/news/2026/01/whats-new-for-developers-january-2026/)
     * [Proposal: 2026 Major Release Schedule](https://make.wordpress.org/project/2025/12/18/proposal-2026-major-release-schedule/)
 3. Test Team Announcements
 4.  * [Team Chat Agenda: 22nd January, 2026](https://make.wordpress.org/test/2026/01/21/team-chat-agenda-22nd-january-2026/)
     * [Launch Information for the Test Team Training Program](https://make.wordpress.org/test/2026/01/06/launch-information-for-the-test-team-training-program/)
     * [Test Team Update: 19 January, 2026](https://make.wordpress.org/updates/2026/01/23/test-team-update-19-january-2026/)
 5. Call for Testing
 6.  * [Help Test WordPress 6.9](https://make.wordpress.org/test/2025/10/21/help-test-wordpress-6-9/)
     * We have [Patch Testing Issues](https://core.trac.wordpress.org/query?status=accepted&status=assigned&status=new&status=reopened&status=reviewing&changetime=1weekago..&keywords=~needs-testing+has-patch&milestone=!Awaiting+Review&milestone=!&col=id&col=summary&col=status&col=milestone&col=changetime&col=keywords&col=type&col=priority&col=component&order=changetime)
       that need testing

## **Upcoming Meetings 🗓**

🚨 There will be regular[ #core-test](https://wordpress.slack.com/messages/core-test/)
meetings. The schedule is being worked on and final schedule will be shared after
finalizing the discussion

Current 2026 [Schedule](https://make.wordpress.org/meetings/#test):

 * [Thursday, 29th January 2026 at 17:00 GMT+2](https://www.timeanddate.com/worldclock/fixedtime.html?iso=20260129T1500):
   <Patch-Testing-Scrub> in[#core-test](https://wordpress.slack.com/messages/core-test/).
 * [Thursday, 5th February 2026 at 17:00 GMT+2](https://www.timeanddate.com/worldclock/fixedtime.html?iso=20260205T1500):
   <Voice-chat> in[#core-test](https://wordpress.slack.com/messages/core-test/).

Interested in hosting a <test-scrub>? Test Team needs you! Check out[ Leading Bug Scrubs](https://make.wordpress.org/core/handbook/tutorials/leading-bug-scrubs/)
for details, or inquire in[ #core-test](https://wordpress.slack.com/messages/core-test/)
for more info.

_Props to_ [@nikunj8866](https://profiles.wordpress.org/nikunj8866/) [@sirlouen](https://profiles.wordpress.org/sirlouen/)
_for helping review this article and offering feedback_

[#core-test](https://make.wordpress.org/test/tag/core-test/), [#fse-outreach-program](https://make.wordpress.org/test/tag/fse-outreach-program/),
[#full-site-editing](https://make.wordpress.org/test/tag/full-site-editing/), [#gutenberg](https://make.wordpress.org/test/tag/gutenberg/),
[#make-wordpress-org-mobile](https://make.wordpress.org/test/tag/make-wordpress-org-mobile/)

 * [Login to Reply](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fmake.wordpress.org%2Ftest%2F2026%2F01%2F28%2Fweek-in-test-january-27-2026%2F%23respond&locale=en_US)

 [  ](https://profiles.wordpress.org/mosescursor/) [Moses Cursor Ssebunya](https://profiles.wordpress.org/mosescursor/)
6:26 am _on_ January 20, 2026     
Tags: [core-test ( 203 )](https://make.wordpress.org/test/tag/core-test/),
[fse-outreach-program ( 108 )](https://make.wordpress.org/test/tag/fse-outreach-program/),
[full-site-editing ( 61 )](https://make.wordpress.org/test/tag/full-site-editing/),
[gutenberg ( 68 )](https://make.wordpress.org/test/tag/gutenberg/), [make.wordpress.org/mobile ( 139 )](https://make.wordpress.org/test/tag/make-wordpress-org-mobile/),
[make.wordpress.org/updates ( 206 )](https://make.wordpress.org/test/tag/make-wordpress-orgupdates/)

# 󠀁[Week in Test: January 19, 2026](https://make.wordpress.org/test/2026/01/20/week-in-test-january-19-2026/)󠁿

Hello and welcome to another edition of _Week in Test_, the place where contributors
of any skill level can find opportunities to contribute to WordPress through testing.
You can find the Test Team in[ #core-test](https://wordpress.slack.com/messages/core-test/).

**Table of Contents**

 1. [Calls for Testing 📣](https://make.wordpress.org/test/2026/01/19/week-in-test-january-19-2026/#calls-for-testing)
 2. [Test Handbook 📘](https://make.wordpress.org/test/2026/01/19/week-in-test-january-19-2026/#handbook)
 3.  a. [Merging of Test Handbook in Github](https://make.wordpress.org/test/2026/01/19/week-in-test-january-19-2026/#merging-of-test-handbook-in-github)
 4. [Weekly Testing Roundup 🤠](https://make.wordpress.org/test/2026/01/19/week-in-test-january-19-2026/#weekly-testing)
 5.  a. [1. WordPress Core Testing](https://make.wordpress.org/test/2026/01/19/week-in-test-january-19-2026/#core-testing)
     b.  a. [a. Patch Testing 🩹](https://make.wordpress.org/test/2026/01/19/week-in-test-january-19-2026/#a-patch-testing)
         b. [b. Bug Reproduction ](https://make.wordpress.org/test/2026/01/19/week-in-test-january-19-2026/#b-phpunit-tests)
         c. [c. Test Team Issues](https://make.wordpress.org/test/2026/01/19/week-in-test-january-19-2026/#c-test-team-issues)
     c. [2. Gutenberg Testing](https://make.wordpress.org/test/2026/01/19/week-in-test-january-19-2026/#gutenberg)
     d.  a. [a. Gutenberg Bug Reproduction Testing](https://make.wordpress.org/test/2026/01/19/week-in-test-january-19-2026/#a-gutenberg-bug-reproduction-testing)
         b. [b. Gutenberg Patch Testing](https://make.wordpress.org/test/2026/01/19/week-in-test-january-19-2026/#b-gutenberg-patch-testing)
 6. [Profile Badge Awards 🎉](https://make.wordpress.org/test/2026/01/19/week-in-test-january-19-2026/#profile-badges)
 7. [Read/Watch/Listen 🔗](https://make.wordpress.org/test/2026/01/19/week-in-test-january-19-2026/#read-watch-listen)
 8. [Upcoming Meetings 🗓](https://make.wordpress.org/test/2026/01/19/week-in-test-january-19-2026/#upcoming-meetings)

## **Calls for Testing 📣**

[Calls for Testing](https://make.wordpress.org/core/handbook/testing/write-a-call-for-testing/)
can originate from any team, from themes to mobile apps to feature plugins. The 
following posts highlight features and releases that need special attention:

 * [Help Test WordPress 6.9](https://make.wordpress.org/test/2025/10/21/help-test-wordpress-6-9/)

## Test Handbook 📘

### Merging of Test Handbook in GithubGitHub GitHub is a website that offers online implementation of git repositories that can easily be shared, copied and modified by other developers. Public repositories are free to host, private repositories require a paid subscription. GitHub introduced the concept of the ‘pull request’ where code changes done in branches by contributors can be reviewed and discussed before being merged by the repository owner. 󠀁[https://github.com/](https://github.com/)󠁿

For the last few weeks, a good number of test contributors embarked on the journey
of reviewing our new Test Handbook based on GitHub. The Process has been concluded
successfully with the merging.

 * We want to inform that the **Test Handbook** is officially `synced`. There might
   be a couple of bugs and things that are not looking good pending to be fixed.
 * Feel free to give it a check [here](https://make.wordpress.org/test/handbook/),
   and if you find any bugs, go to the [GitHub repository](https://github.com/WordPress/test-handbook)
   and report them.
    - You can send a PR with the fix, or simply send the **issue**, and we will 
      check it

## **Weekly Testing Roundup 🤠**

Bi-Weekly update:[ Test Team Update](https://make.wordpress.org/updates/tag/test/)

Here’s a roundup of active tickets that are ready for testing contributions. Did
you know that contributions to the[ Test Team](https://make.wordpress.org/test/)
are also a fantastic way to level up your WordPress knowledge and skills? Dive in
to contribute, and gain coveted props 😎 for a coming release.

### 1. WordPress CoreCore Core is the set of software required to run WordPress. The Core Development Team builds WordPress. Testing

#### a. **Patch Testing 🩹**

Who? All contributors (not just developers) who can set up a local testing environment.
Why?
_**It is necessary to[ apply proposed patches](https://make.wordpress.org/core/handbook/testing/patch/)
and test per the[ testing instructions](https://make.wordpress.org/test/handbook/test-reports/testing-instructions)
in order to validate that a patch fixes the issue.**_

The[ following tickets](https://core.trac.wordpress.org/query?status=accepted&status=assigned&status=new&status=reopened&status=reviewing&changetime=1weekago..&keywords=~needs-testing+has-patch&milestone=!Awaiting+Review&milestone=!&col=id&col=summary&col=status&col=milestone&col=changetime&col=keywords&col=type&col=priority&col=component&order=changetime)(
0) have been reviewed and a patch provided, and need testers to apply the patch 
and manually test, then provide feedback through a[ patch test report](https://make.wordpress.org/test/handbook/test-reports/patch-testing):

 * No tickets this week

#### b. **Bug Reproduction**

It is necessary to confirm if the bug is happening under multiple conditions and
environments, using the bug reproduction report in order to validate the issue.

The [following tickets](https://core.trac.wordpress.org/query?status=accepted&status=assigned&status=new&status=reopened&status=reviewing&keywords=~needs-testing+-has-patch&col=id&col=summary&col=status&col=type&col=priority&col=component&col=changetime&desc=1&order=changetime)(
191) have been reviewed and milestoned, and need testers to check the instructions
and manually test if the issue is reproducible, then provide a bug reproduction 
report:

 * [#56241](https://core.trac.wordpress.org/ticket/56241) – [The post category count according post data not showing on admin side.](https://core.trac.wordpress.org/ticket/56241)
 * [#35871](https://core.trac.wordpress.org/ticket/35871) – [before_delete_post incorrectly triggered from edit.php to post.php](https://core.trac.wordpress.org/ticket/35871)
 * [#24963](https://core.trac.wordpress.org/ticket/24963) – [IIS Multisite, Suspected bug in web.config code for URL Rewrite (404 wp-login)](https://core.trac.wordpress.org/ticket/24963)
 * [#18275](https://core.trac.wordpress.org/ticket/18275) – [Can’t get perfect thumbnail sizes with image editor](https://core.trac.wordpress.org/ticket/18275)
 * [#38224](https://core.trac.wordpress.org/ticket/38224) – [Not enough results in menu-page-add-search](https://core.trac.wordpress.org/ticket/38224)

#### c. Test Team Issues

Here are the current activities being discussed in the Test Team [Github](https://github.com/WordPress/test-handbook/issues):

 1. We need to review the Test Team Issues. If you have a possible solution, comment
    in the Issue or submit a PR.

 * **Test Team Discussions** (18 Open)
    - [Proposal New Meetings Time Schedule](https://github.com/WordPress/test-handbook/issues/103)(#
      103)
    - [Officialize the Test Reports](https://github.com/WordPress/test-handbook/issues/100)(#
      100)
    - [Redesigning the Test Team Updates Report](https://github.com/WordPress/test-handbook/issues/99)(#
      99)
    - [Patch testing scrubbing](https://github.com/WordPress/test-handbook/issues/92)(#
      92)
    - [End-to-end (E2E) testing](https://github.com/WordPress/test-handbook/issues/91)(#
      91)
    - [Feature and enhancement testing Page](https://github.com/WordPress/test-handbook/issues/90)(#
      90)

### 2. GutenbergGutenberg The Gutenberg project is the new Editor Interface for WordPress. The editor improves the process and experience of creating new content, making writing rich content much simpler. It uses ‘blocks’ to add richness rather than shortcodes, custom HTML etc. 󠀁[https://wordpress.org/gutenberg/](https://wordpress.org/gutenberg/)󠁿 Testing

👋 Want to contribute to **WordPress/Gutenberg**? If you have a bug or an idea, 
read the [contributing guidelines](https://github.com/WordPress/gutenberg/blob/trunk/CONTRIBUTING.md)
before opening an issue. If you’re ready to tackle some open issues, [we’ve collected some good first issues for you.](https://github.com/WordPress/gutenberg/contribute)

#### a. Gutenberg Bug Reproduction Testing

The [following tickets](https://github.com/WordPress/gutenberg/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22Needs%20Testing%22)(
0) have been filed reporting a known bug and needs testers to manually test, then
provide feedback through a [bug reproduction](https://make.wordpress.org/test/handbook/test-reports/issue-reproduction/)
report that the issue can be reproduced.

 * Nothing this week

#### b. Gutenberg Patch Testing

All contributors (not just developers) who can set up a local testing environment.

Why? It is necessary to[ apply proposed patches](https://make.wordpress.org/core/handbook/testing/patch/)
and test per the[ testing instructions](https://make.wordpress.org/test/handbook/test-reports/#1-testing-instructions)
in order to validate that a patch fixes the issue.

The[ following tickets](https://github.com/WordPress/gutenberg/pulls?q=is%3Aopen+is%3Apr+label%3A%22Needs+Testing%22)
have been reviewed, and a patch provided, and need testers to apply the patch and
manually test, then provide feedback through a[ patch test report](https://make.wordpress.org/test/handbook/test-reports/#3-patch-testing):

 * None this week

## **Profile Badge Awards 🎉**

Congratulations to the recipients of the **Test Contributor Badge 🎉**

 * [@ozgursar](https://profiles.wordpress.org/ozgursar/)
 * [@r1k0](https://profiles.wordpress.org/r1k0/)

– Kindly find the Contribution Guidelines [here](https://make.wordpress.org/test/handbook/test-team-profile-badges/#test-contributor-badge)

## **Read/Watch/Listen 🔗**

 1. WordPress Ecosystem Announcements
 2.  * [Gutenberg 22.3 (December 17)](https://make.wordpress.org/core/2025/12/17/gutenberg-22-3-december-17/)
     * [WordPress 7.0 Call for Volunteers](https://make.wordpress.org/core/2026/01/09/wordpress-7-0-call-for-volunteers/)
     * [Dropping support for PHP 7.2 and 7.3](https://make.wordpress.org/core/2026/01/09/dropping-support-for-php-7-1-2/)
     * [What’s new for developers? (January 2026)](https://developer.wordpress.org/news/2026/01/whats-new-for-developers-january-2026/)
     * [Proposal: 2026 Major Release Schedule](https://make.wordpress.org/project/2025/12/18/proposal-2026-major-release-schedule/)
     * [How to add automated unit tests to your WordPress plugin](https://developer.wordpress.org/news/2025/12/how-to-add-automated-unit-tests-to-your-wordpress-plugin/)
     * [Word Switcher: Extending Core Blocks with Interactivity](https://developer.wordpress.org/news/2025/12/word-switcher-extending-core-blocks-with-interactivity/)
 3. Test Team Announcements
 4.  * [Test Chat Summary: January 14th, 2026](https://make.wordpress.org/test/?p=11510)
     * [Launch Information for the Test Team Training Program](https://make.wordpress.org/test/2026/01/06/launch-information-for-the-test-team-training-program/)
     * [Test Team Update: 5 January, 2026](https://make.wordpress.org/updates/2026/01/09/test-team-update-5-january-2026/)
 5. Call for Testing
 6.  * [Help Test WordPress 6.9](https://make.wordpress.org/test/2025/10/21/help-test-wordpress-6-9/)
     * We have [Patch Testing Issues](https://core.trac.wordpress.org/query?status=accepted&status=assigned&status=new&status=reopened&status=reviewing&changetime=1weekago..&keywords=~needs-testing+has-patch&milestone=!Awaiting+Review&milestone=!&col=id&col=summary&col=status&col=milestone&col=changetime&col=keywords&col=type&col=priority&col=component&order=changetime)
       that need testing

## **Upcoming Meetings 🗓**

🚨 There will be regular[ #core-test](https://wordpress.slack.com/messages/core-test/)
meetings. The schedule is being worked on and final schedule will be shared after
finalizing the discussion

Current 2026 [Schedule](https://make.wordpress.org/meetings/#test):

 * [Tuesday, 20th January 2026 at 17:00 GMT+2](https://www.timeanddate.com/worldclock/fixedtime.html?iso=20260120T1500):
   <Test-chat> in[#core-test](https://wordpress.slack.com/messages/core-test/).
 * [Thursday, 22nd January 2026 at 17:00 GMT+2](https://www.timeanddate.com/worldclock/fixedtime.html?iso=20260122T1500):
   <Patch-Testing-Scrub> in[#core-test](https://wordpress.slack.com/messages/core-test/).
 * [Thursday, 5th February 2026 at 17:00 GMT+2](https://www.timeanddate.com/worldclock/fixedtime.html?iso=20260205T1500):
   <Voice-chat> in[#core-test](https://wordpress.slack.com/messages/core-test/).

Interested in hosting a <test-scrub>? Test Team needs you! Check out[ Leading Bug Scrubs](https://make.wordpress.org/core/handbook/tutorials/leading-bug-scrubs/)
for details, or inquire in[ #core-test](https://wordpress.slack.com/messages/core-test/)
for more info.

_Props to_ [@nikunj8866](https://profiles.wordpress.org/nikunj8866/) [@sirlouen](https://profiles.wordpress.org/sirlouen/)
_for helping review this article and offering feedback_

[#core-test](https://make.wordpress.org/test/tag/core-test/), [#fse-outreach-program](https://make.wordpress.org/test/tag/fse-outreach-program/),
[#full-site-editing](https://make.wordpress.org/test/tag/full-site-editing/), [#gutenberg](https://make.wordpress.org/test/tag/gutenberg/),
[#make-wordpress-org-mobile](https://make.wordpress.org/test/tag/make-wordpress-org-mobile/),
[#make-wordpress-orgupdates](https://make.wordpress.org/test/tag/make-wordpress-orgupdates/)

 * [Login to Reply](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fmake.wordpress.org%2Ftest%2F2026%2F01%2F20%2Fweek-in-test-january-19-2026%2F%23respond&locale=en_US)

 [  ](https://profiles.wordpress.org/mosescursor/) [Moses Cursor Ssebunya](https://profiles.wordpress.org/mosescursor/)
8:06 am _on_ November 24, 2025     
Tags: [core-test ( 203 )](https://make.wordpress.org/test/tag/core-test/),
[fse-outreach-program ( 108 )](https://make.wordpress.org/test/tag/fse-outreach-program/),
[full-site-editing ( 61 )](https://make.wordpress.org/test/tag/full-site-editing/),
[gutenberg ( 68 )](https://make.wordpress.org/test/tag/gutenberg/), [make.wordpress.org/updates ( 206 )](https://make.wordpress.org/test/tag/make-wordpress-orgupdates/)

# 󠀁[Week in Test: November 24, 2025](https://make.wordpress.org/test/2025/11/24/week-in-test-november-24-2025/)󠁿

Hello and welcome to another edition of _Week in Test_, the place where contributors
of any skill level can find opportunities to contribute to WordPress through testing.
You can find the Test Team in[ #core-test](https://wordpress.slack.com/messages/core-test/).

**Table of Contents**

 1. [Calls for Testing 📣](https://make.wordpress.org/test/2025/11/24/week-in-test-november-24-2025/#calls-for-testing)
 2. [Test Handbook 📘](https://make.wordpress.org/test/2025/11/24/week-in-test-november-24-2025/#handbook)
 3.  a. [Merging of Test Handbook in Github](https://make.wordpress.org/test/2025/11/24/week-in-test-november-24-2025/#merging-of-test-handbook-in-github)
 4. [Weekly Testing Roundup 🤠](https://make.wordpress.org/test/2025/11/24/week-in-test-november-24-2025/#weekly-testing)
 5.  a. [1. WordPress Core Testing](https://make.wordpress.org/test/2025/11/24/week-in-test-november-24-2025/#core-testing)
     b.  a. [a. Patch Testing 🩹](https://make.wordpress.org/test/2025/11/24/week-in-test-november-24-2025/#a-patch-testing)
         b. [b. Bug Reproduction ](https://make.wordpress.org/test/2025/11/24/week-in-test-november-24-2025/#b-phpunit-tests)
         c. [c. 6.9 Related issues need testing](https://make.wordpress.org/test/2025/11/24/week-in-test-november-24-2025/#c-6-9-related-issues-need-testing)
     c. [2. Gutenberg Testing](https://make.wordpress.org/test/2025/11/24/week-in-test-november-24-2025/#gutenberg)
     d.  a. [a. Gutenberg Bug Reproduction Testing](https://make.wordpress.org/test/2025/11/24/week-in-test-november-24-2025/#a-gutenberg-bug-reproduction-testing)
         b. [b. Gutenberg Patch Testing](https://make.wordpress.org/test/2025/11/24/week-in-test-november-24-2025/#b-gutenberg-patch-testing)
 6. [Profile Badge Awards 🎉](https://make.wordpress.org/test/2025/11/24/week-in-test-november-24-2025/#profile-badges)
 7. [Read/Watch/Listen 🔗](https://make.wordpress.org/test/2025/11/24/week-in-test-november-24-2025/#read-watch-listen)
 8. [Upcoming Meetings 🗓](https://make.wordpress.org/test/2025/11/24/week-in-test-november-24-2025/#upcoming-meetings)

## **Calls for Testing 📣**

[Calls for Testing](https://make.wordpress.org/core/handbook/testing/write-a-call-for-testing/)
can originate from any team, from themes to mobile apps to feature plugins. The 
following posts highlight features and releases that need special attention:

 * Collaboration: add blockBlock Block is the abstract term used to describe units
   of markup that, composed together, form the content or layout of a webpage using
   the WordPress editor. The idea combines concepts of what in the past may have
   achieved with shortcodes, custom HTML, and embed discovery into a single consistent
   API and user experience.-level comments:
    - Actively developed for 6.9. See[ #66377](https://github.com/WordPress/gutenberg/issues/66377)
 * [Call for Testing: Accordion Block](https://make.wordpress.org/test/2025/10/06/call-for-testing-accordion-block/)
 * [Call for Testing: Ability to Hide Blocks](https://make.wordpress.org/test/2025/10/04/call-for-testing-ability-to-hide-blocks/)
 * [Help Test WordPress 6.9](https://make.wordpress.org/test/2025/10/21/help-test-wordpress-6-9/)
 * [Test Scrub Schedule for WordPress 6.9](https://make.wordpress.org/test/2025/10/22/test-scrub-schedule-for-wordpress-6-9/)

## Test Handbook 📘

### Merging of Test Handbook in GithubGitHub GitHub is a website that offers online implementation of git repositories that can easily be shared, copied and modified by other developers. Public repositories are free to host, private repositories require a paid subscription. GitHub introduced the concept of the ‘pull request’ where code changes done in branches by contributors can be reviewed and discussed before being merged by the repository owner. 󠀁[https://github.com/](https://github.com/)󠁿

For the last few weeks, a good number of test contributors embarked on the journey
of reviewing our new Test Handbook based on GitHub. The Process has been concluded
successfully with the merging.

 * We want to inform that the **Test Handbook** is officially `synced`. There might
   be a couple of bugs and things that are not looking good pending to be fixed.
 * Feel free to give it a check [here](https://make.wordpress.org/test/handbook/),
   and if you find any bugs, go to the [GitHub repository](https://github.com/WordPress/test-handbook)
   and report them.
    - You can send a PR with the fix, or simply send the **issue**, and we will 
      check it

## **Weekly Testing Roundup 🤠**

Bi-Weekly update:[ Test Team Update](https://make.wordpress.org/updates/tag/test/)

Here’s a roundup of active tickets that are ready for testing contributions. Did
you know that contributions to the[ Test Team](https://make.wordpress.org/test/)
are also a fantastic way to level up your WordPress knowledge and skills? Dive in
to contribute, and gain coveted props 😎 for a coming release.

### 1. WordPress CoreCore Core is the set of software required to run WordPress. The Core Development Team builds WordPress. Testing

#### a. **Patch Testing 🩹**

Who? All contributors (not just developers) who can set up a local testing environment.
Why?
_**It is necessary to[ apply proposed patches](https://make.wordpress.org/core/handbook/testing/patch/)
and test per the[ testing instructions](https://make.wordpress.org/test/handbook/test-reports/#1-testing-instructions)
in order to validate that a patch fixes the issue.**_

The[ following tickets](https://core.trac.wordpress.org/query?status=accepted&status=assigned&status=new&status=reopened&status=reviewing&changetime=1weekago..&keywords=~needs-testing+has-patch&milestone=!Awaiting+Review&milestone=!&col=id&col=summary&col=status&col=milestone&col=changetime&col=keywords&col=type&col=priority&col=component&order=changetime)
have been reviewed and a patch provided, and need testers to apply the patch and
manually test, then provide feedback through a[ patch test report](https://make.wordpress.org/test/handbook/test-reports/#3-patch-testing):

 * [#64233](https://core.trac.wordpress.org/ticket/64233) – [Command Palette: Use WP_HTML_Processor and WP_HTML_Decoder for menu labels and URLs](https://core.trac.wordpress.org/ticket/64233)
 * [#21989](https://core.trac.wordpress.org/ticket/21989) – [update_option() calls sanitize_option() twice when option does not exist](https://core.trac.wordpress.org/ticket/21989)

#### b. **Bug Reproduction**

It is necessary to confirm if the bug is happening under multiple conditions and
environments, using the bug reproduction report in order to validate the issue.

The [following tickets](https://core.trac.wordpress.org/query?status=accepted&status=assigned&status=new&status=%5B%E2%80%A6%5Dords&col=type&col=priority&col=component&order=changetime)
have been reviewed and milestoned, and need testers to check the instructions and
manually test if the issue is reproducible, the provide a bug reproduction report:

 * [#39558](https://core.trac.wordpress.org/ticket/39558) – enhancement
 * [#38957](https://core.trac.wordpress.org/ticket/38957) – enhancement
 * [#39674](https://core.trac.wordpress.org/ticket/39674) – enhancement
 * [#36442](https://core.trac.wordpress.org/ticket/36442) – defect (bug)
 * [#39706](https://core.trac.wordpress.org/ticket/39706) – enhancement
 * [#39687](https://core.trac.wordpress.org/ticket/39687) – defect (bug)
 * [#38224](https://core.trac.wordpress.org/ticket/38224) – defect (bug)

#### c. **6.9 Related issues need testing**

The[ following 6.9 tickets](https://core.trac.wordpress.org/query?status=accepted&status=assigned&status=new&status=reopened&status=reviewing&changetime=1weekago..&keywords=~needs-testing+has-patch+-dev-feedback+-2nd-opinion&milestone=6.9&col=id&col=summary&col=status&col=milestone&col=changetime&col=keywords&col=type&col=priority&col=component&order=changetime)
need testing, those are having patches:

 * Nothing for this week

### 2. GutenbergGutenberg The Gutenberg project is the new Editor Interface for WordPress. The editor improves the process and experience of creating new content, making writing rich content much simpler. It uses ‘blocks’ to add richness rather than shortcodes, custom HTML etc. 󠀁[https://wordpress.org/gutenberg/](https://wordpress.org/gutenberg/)󠁿 Testing

👋 Want to contribute to **WordPress/Gutenberg**? If you have a bug or an idea, 
read the [contributing guidelines](https://github.com/WordPress/gutenberg/blob/trunk/CONTRIBUTING.md)
before opening an issue. If you’re ready to tackle some open issues, [we’ve collected some good first issues for you.](https://github.com/WordPress/gutenberg/contribute)

#### a. Gutenberg Bug Reproduction Testing

The [following tickets](https://github.com/WordPress/gutenberg/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22Needs%20Testing%22)
have been filed reporting a known bug and needs testers to manually test, then provide
feedback through a [bug reproduction](https://make.wordpress.org/test/handbook/test-reports/issue-reproduction/)
report that the issue can be reproduced.

 * [Back Button in Site Editor Doesn’t Work When a Site Logo isn’t Set](https://github.com/WordPress/gutenberg/issues/73496)
 * [Low performance issue while the “Insert Block” panel was shown](https://github.com/WordPress/gutenberg/issues/73121)
 * [Copy/paste images, wrong order](https://github.com/WordPress/gutenberg/issues/73092)
 * [“Warning: Undefined array key” message appears after updating to 21.8.2 (conflict between Gutenberg and WooCommerce)](https://github.com/WordPress/gutenberg/issues/72466)
 * [File Block: Embed Permission Issue With unfiltered_html capability](https://github.com/WordPress/gutenberg/issues/72370)
 * [Widgets screen stops at batch preflight (no POST) and shows “The response is not a valid JSON response”; no fallback when batch is unavailable](https://github.com/WordPress/gutenberg/issues/72353)

#### b. Gutenberg Patch Testing

All contributors (not just developers) who can set up a local testing environment.

Why? It is necessary to[ apply proposed patches](https://make.wordpress.org/core/handbook/testing/patch/)
and test per the[ testing instructions](https://make.wordpress.org/test/handbook/test-reports/#1-testing-instructions)
in order to validate that a patch fixes the issue.

The[ following tickets](https://github.com/WordPress/gutenberg/pulls?q=is%3Aopen+is%3Apr+label%3A%22Needs+Testing%22)
have been reviewed, and a patch provided, and need testers to apply the patch and
manually test, then provide feedback through a[ patch test report](https://make.wordpress.org/test/handbook/test-reports/#3-patch-testing):

 * Nothing to test yet this week

## **Profile Badge Awards 🎉**

Congratulations to the recipients of the **Test Contributor Badge 🎉**
None this
week. Please keep contributing.– Kindly find the Contribution Guidelines [here](https://make.wordpress.org/test/handbook/test-team-profile-badges/#test-contributor-badge)

## **Read/Watch/Listen 🔗**

 * [Gutenberg 22.1.1](https://github.com/WordPress/gutenberg/releases/tag/v22.1.1)
   is now available.
 * [WordPress 6.9 Release Party Schedule](https://make.wordpress.org/core/2025/10/09/wordpress-6-9-release-party-schedule/)
 * [Bug Scrub Schedule for WordPress 6.9](https://make.wordpress.org/core/2025/09/15/bug-scrub-schedule-for-wordpress-6-9/)
 * [The New WordPress Playground File Browser and UI Enhancements!](https://make.wordpress.org/playground/2025/10/30/the-new-wordpress-playground-file-browser-and-ui-enhancements/)
 * [WordPress 6.9 Release Candidate Phase](https://make.wordpress.org/core/2025/11/11/wordpress-6-9-release-candidate-phase/)
   is on with another release coming on 25th November
    - WordPress 6.9 [Release Candidate 2](https://wordpress.org/news/2025/11/wordpress-6-9-release-candidate-2/)
      is now available!
 * [Abilities API in WordPress 6.9](https://make.wordpress.org/core/2025/11/10/abilities-api-in-wordpress-6-9/)
 * WordPress 6.9 is planned for December 2, 2025.

## **Upcoming Meetings 🗓**

🚨 There will be regular[ #core-test](https://wordpress.slack.com/messages/core-test/)
meetings held in 2025.

2025 [Schedule](https://make.wordpress.org/meetings/#test):

 * [Wednesday, 26th November 2025 at 16:00 GMT+2](https://www.timeanddate.com/worldclock/fixedtime.html?iso=20251126T1400):
   <patch-testing-session> in[#core-test](https://wordpress.slack.com/messages/core-test/).
 * [Thursday, 27th November 2025 at 18:00 GMT+2](https://www.timeanddate.com/worldclock/fixedtime.html?iso=20251127T1600):
   <patch-testing-session> in[#core-test](https://wordpress.slack.com/messages/core-test/).

Interested in hosting a <test-scrub>? Test Team needs you! Check out[ Leading Bug Scrubs](https://make.wordpress.org/core/handbook/tutorials/leading-bug-scrubs/)
for details, or inquire in[ #core-test](https://wordpress.slack.com/messages/core-test/)
for more info.

[#core-test](https://make.wordpress.org/test/tag/core-test/), [#fse-outreach-program](https://make.wordpress.org/test/tag/fse-outreach-program/),
[#full-site-editing](https://make.wordpress.org/test/tag/full-site-editing/), [#gutenberg](https://make.wordpress.org/test/tag/gutenberg/),
[#make-wordpress-orgupdates](https://make.wordpress.org/test/tag/make-wordpress-orgupdates/)

 * [Login to Reply](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fmake.wordpress.org%2Ftest%2F2025%2F11%2F24%2Fweek-in-test-november-24-2025%2F%23respond&locale=en_US)

 [  ](https://profiles.wordpress.org/mosescursor/) [Moses Cursor Ssebunya](https://profiles.wordpress.org/mosescursor/)
9:59 am _on_ November 17, 2025     
Tags: [core-test ( 203 )](https://make.wordpress.org/test/tag/core-test/),
[full-site-editing ( 61 )](https://make.wordpress.org/test/tag/full-site-editing/),
[gutenberg ( 68 )](https://make.wordpress.org/test/tag/gutenberg/), [make.wordpress.org/mobile ( 139 )](https://make.wordpress.org/test/tag/make-wordpress-org-mobile/),
[make.wordpress.org/updates ( 206 )](https://make.wordpress.org/test/tag/make-wordpress-orgupdates/),
[web ( 51 )](https://make.wordpress.org/test/tag/web/)   

# 󠀁[Week in Test: November 17, 2025](https://make.wordpress.org/test/2025/11/17/week-in-test-november-17-2025/)󠁿

Hello and welcome to another edition of _Week in Test_, the place where contributors
of any skill level can find opportunities to contribute to WordPress through testing.
You can find the Test Team in[ #core-test](https://wordpress.slack.com/messages/core-test/).

**Table of Contents**

 1. [Calls for Testing 📣](https://make.wordpress.org/test/2025/11/17/week-in-test-november-17-2025/#calls-for-testing)
 2. [Test Handbook 📘](https://make.wordpress.org/test/2025/11/17/week-in-test-november-17-2025/#handbook)
 3.  a. [Merging of Test Handbook in Github](https://make.wordpress.org/test/2025/11/17/week-in-test-november-17-2025/#merging-of-test-handbook-in-github)
 4. [Weekly Testing Roundup 🤠](https://make.wordpress.org/test/2025/11/17/week-in-test-november-17-2025/#weekly-testing)
 5.  a. [1. WordPress Core Testing](https://make.wordpress.org/test/2025/11/17/week-in-test-november-17-2025/#core-testing)
     b.  a. [a. Patch Testing 🩹](https://make.wordpress.org/test/2025/11/17/week-in-test-november-17-2025/#a-patch-testing)
         b. [b. Bug Reproduction ](https://make.wordpress.org/test/2025/11/17/week-in-test-november-17-2025/#b-phpunit-tests)
         c. [c. 6.9 Related issues need testing](https://make.wordpress.org/test/2025/11/17/week-in-test-november-17-2025/#c-6-9-related-issues-need-testing)
     c. [2. Gutenberg Testing](https://make.wordpress.org/test/2025/11/17/week-in-test-november-17-2025/#gutenberg)
     d.  a. [a. Gutenberg Bug Reproduction Testing](https://make.wordpress.org/test/2025/11/17/week-in-test-november-17-2025/#a-gutenberg-bug-reproduction-testing)
         b. [b. Gutenberg Patch Testing](https://make.wordpress.org/test/2025/11/17/week-in-test-november-17-2025/#b-gutenberg-patch-testing)
 6. [Profile Badge Awards 🎉](https://make.wordpress.org/test/2025/11/17/week-in-test-november-17-2025/#profile-badges)
 7. [Read/Watch/Listen 🔗](https://make.wordpress.org/test/2025/11/17/week-in-test-november-17-2025/#read-watch-listen)
 8. [Upcoming Meetings 🗓](https://make.wordpress.org/test/2025/11/17/week-in-test-november-17-2025/#upcoming-meetings)

## **Calls for Testing 📣**

[Calls for Testing](https://make.wordpress.org/core/handbook/testing/write-a-call-for-testing/)
can originate from any team, from themes to mobile apps to feature plugins. The 
following posts highlight features and releases that need special attention:

 * Collaboration: add blockBlock Block is the abstract term used to describe units
   of markup that, composed together, form the content or layout of a webpage using
   the WordPress editor. The idea combines concepts of what in the past may have
   achieved with shortcodes, custom HTML, and embed discovery into a single consistent
   API and user experience.-level comments:
    - Actively developed for 6.9. See[ #66377](https://github.com/WordPress/gutenberg/issues/66377)
 * [Call for Testing: Accordion Block](https://make.wordpress.org/test/2025/10/06/call-for-testing-accordion-block/)
 * [Call for Testing: Ability to Hide Blocks](https://make.wordpress.org/test/2025/10/04/call-for-testing-ability-to-hide-blocks/)
 * [Help Test WordPress 6.9](https://make.wordpress.org/test/2025/10/21/help-test-wordpress-6-9/)
 * [Test Scrub Schedule for WordPress 6.9](https://make.wordpress.org/test/2025/10/22/test-scrub-schedule-for-wordpress-6-9/)

## Test Handbook 📘

### Merging of Test Handbook in GithubGitHub GitHub is a website that offers online implementation of git repositories that can easily be shared, copied and modified by other developers. Public repositories are free to host, private repositories require a paid subscription. GitHub introduced the concept of the ‘pull request’ where code changes done in branches by contributors can be reviewed and discussed before being merged by the repository owner. 󠀁[https://github.com/](https://github.com/)󠁿

For the last few weeks, a good number of test contributors embarked on the journey
of reviewing our new Test Handbook based on GitHub. The Process has been concluded
successfully with the merging.

 * We want to inform that the **Test Handbook** is officially `synced`. There might
   be a couple of bugs and things that are not looking good pending to be fixed.
 * Feel free to give it a check [here](https://make.wordpress.org/test/handbook/),
   and if you find any bugs, go to the [GitHub repository](https://github.com/WordPress/test-handbook)
   and report them.
   You can send a PR with the **fix** or simply send the **issue**,
   and we will check it

## **Weekly Testing Roundup 🤠**

Bi-Weekly update:[ Test Team Update](https://make.wordpress.org/updates/tag/test/)

Here’s a roundup of active tickets that are ready for testing contributions. Did
you know that contributions to the[ Test Team](https://make.wordpress.org/test/)
are also a fantastic way to level up your WordPress knowledge and skill? Dive in
to contribute, and gain coveted props 😎 for a coming release.

### 1. WordPress CoreCore Core is the set of software required to run WordPress. The Core Development Team builds WordPress. Testing

#### a. **Patch Testing 🩹**

Who? All contributors (not just developers) who can set up a local testing environment.
Why?
_**It is necessary to[ apply proposed patches](https://make.wordpress.org/core/handbook/testing/patch/)
and test per the[ testing instructions](https://make.wordpress.org/test/handbook/test-reports/#1-testing-instructions)
in order to validate that a patch fixes the issue.**_

The[ following tickets](https://core.trac.wordpress.org/query?status=accepted&status=assigned&status=new&status=reopened&status=reviewing&changetime=1weekago..&keywords=~needs-testing+has-patch&milestone=!Awaiting+Review&milestone=!&col=id&col=summary&col=status&col=milestone&col=changetime&col=keywords&col=type&col=priority&col=component&order=changetime)
have been reviewed and a patch provided, and need testers to apply the patch and
manually test, then provide feedback through a[ patch test report](https://make.wordpress.org/test/handbook/test-reports/#3-patch-testing):

 * [#56914](https://core.trac.wordpress.org/ticket/56914) – [Better guide users when deleting other users](https://core.trac.wordpress.org/ticket/56914)
 * [#19826](https://core.trac.wordpress.org/ticket/19826) – [Error behavior for deleting trashed posts is different for Bulk Delete versus Empty Trash](https://core.trac.wordpress.org/ticket/19826)
 * [#64065](https://core.trac.wordpress.org/ticket/64065) – [Dragging theme/plugin ZIP outside file input field, downloads file instead of uploading.](https://core.trac.wordpress.org/ticket/64065)
 * [#64233](https://core.trac.wordpress.org/ticket/64233) – [Command Palette: Use WP_HTML_Processor and WP_HTML_Decoder for menu labels and URLs](https://core.trac.wordpress.org/ticket/64233)

#### b. **Bug Reproduction**

It is necessary to confirm if the bug is happening under multiple conditions and
environments, using the bug reproduction report in order to validate the issue.

The [following tickets](https://core.trac.wordpress.org/query?status=accepted&status=assigned&status=new&status=%5B%E2%80%A6%5Dords&col=type&col=priority&col=component&order=changetime)
have been reviewed and milestoned, and need testers to check the instructions and
manually test if the issue is reproducible, the provide a bug reproduction report:

 * [#39558](https://core.trac.wordpress.org/ticket/39558) – enhancement
 * [#38957](https://core.trac.wordpress.org/ticket/38957) – enhancement
 * [#39674](https://core.trac.wordpress.org/ticket/39674) – enhancement
 * [#36442](https://core.trac.wordpress.org/ticket/36442) – defect (bug)
 * [#39706](https://core.trac.wordpress.org/ticket/39706) – enhancement
 * [#39687](https://core.trac.wordpress.org/ticket/39687) – defect (bug)
 * [#38224](https://core.trac.wordpress.org/ticket/38224) – defect (bug)

#### c. **6.9 Related issues need testing**

The[ following 6.9 tickets](https://core.trac.wordpress.org/query?status=accepted&status=assigned&status=new&status=reopened&status=reviewing&changetime=1weekago..&keywords=~needs-testing+has-patch+-dev-feedback+-2nd-opinion&milestone=6.9&col=id&col=summary&col=status&col=milestone&col=changetime&col=keywords&col=type&col=priority&col=component&order=changetime)
need testing, those are having patches:

 * Nothing for this week

### 2. GutenbergGutenberg The Gutenberg project is the new Editor Interface for WordPress. The editor improves the process and experience of creating new content, making writing rich content much simpler. It uses ‘blocks’ to add richness rather than shortcodes, custom HTML etc. 󠀁[https://wordpress.org/gutenberg/](https://wordpress.org/gutenberg/)󠁿 Testing

👋 Want to contribute to **WordPress/Gutenberg**? If you have a bug or an idea, 
read the [contributing guidelines](https://github.com/WordPress/gutenberg/blob/trunk/CONTRIBUTING.md)
before opening an issue. If you’re ready to tackle some open issues, [we’ve collected some good first issues for you.](https://github.com/WordPress/gutenberg/contribute)

#### a. Gutenberg Bug Reproduction Testing

The [following tickets](https://github.com/WordPress/gutenberg/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22Needs%20Testing%22)
have been filed reporting a known bug and needs testers to manually test, then provide
feedback through a [bug reproduction](https://make.wordpress.org/test/handbook/test-reports/issue-reproduction/)
report that the issue can be reproduced.

 * [Low performance issue while the “Insert Block” panel was shown](https://github.com/WordPress/gutenberg/issues/73121)
 * [Copy/paste images, wrong order](https://github.com/WordPress/gutenberg/issues/73092)
 * [wp-env fails with ETIMEDOUT during ‘Reading configuration’ when fetching WordPress version](https://github.com/WordPress/gutenberg/issues/72894)
 * [“Warning: Undefined array key” message appears after updating to 21.8.2 (conflict between Gutenberg and WooCommerce)](https://github.com/WordPress/gutenberg/issues/72466)
 * [File Block: Embed Permission Issue With unfiltered_html capability](https://github.com/WordPress/gutenberg/issues/72370)
 * [Widgets screen stops at batch preflight (no POST) and shows “The response is not a valid JSON response”; no fallback when batch is unavailable](https://github.com/WordPress/gutenberg/issues/72353)

#### b. Gutenberg Patch Testing

All contributors (not just developers) who can set up a local testing environment.

Why? It is necessary to[ apply proposed patches](https://make.wordpress.org/core/handbook/testing/patch/)
and test per the[ testing instructions](https://make.wordpress.org/test/handbook/test-reports/#1-testing-instructions)
in order to validate that a patch fixes the issue.

The[ following tickets](https://github.com/WordPress/gutenberg/pulls?q=is%3Aopen+is%3Apr+label%3A%22Needs+Testing%22)
have been reviewed, and a patch provided, and need testers to apply the patch and
manually test, then provide feedback through a[ patch test report](https://make.wordpress.org/test/handbook/test-reports/#3-patch-testing):

 * Nothing to test yet this week

## **Profile Badge Awards 🎉**

Congratulations to the recipients of the **Test Contributor Badge 🎉**
None this
week. Please keep contributing.– Kindly find the Contribution Guidelines [here](https://make.wordpress.org/test/handbook/test-team-profile-badges/#test-contributor-badge)

## **Read/Watch/Listen 🔗**

 * [Gutenberg 22.0.0](https://github.com/WordPress/gutenberg/releases/tag/v22.0.0)
   is now available.
 * [WordPress 6.9 Release Party Schedule](https://make.wordpress.org/core/2025/10/09/wordpress-6-9-release-party-schedule/)
 * [Bug Scrub Schedule for WordPress 6.9](https://make.wordpress.org/core/2025/09/15/bug-scrub-schedule-for-wordpress-6-9/)
 * [The New WordPress Playground File Browser and UI Enhancements!](https://make.wordpress.org/playground/2025/10/30/the-new-wordpress-playground-file-browser-and-ui-enhancements/)
 * [WordPress 6.9 Beta 4](https://make.wordpress.org/core/2025/11/07/wordpress-6-9-beta-4/)
   is now ready for testing!
 * [Abilities API in WordPress 6.9](https://make.wordpress.org/core/2025/11/10/abilities-api-in-wordpress-6-9/)
 * WordPress 6.9 is planned for December 2, 2025, with RCRelease Candidate A beta
   version of software with the potential to be a final product, which is ready 
   to release unless significant bugs emerge. 1 beginning November 11, 2025.

## **Upcoming Meetings 🗓**

🚨 There will be regular[ #core-test](https://wordpress.slack.com/messages/core-test/)
meetings held in 2025.

2025 [Schedule](https://make.wordpress.org/meetings/#test):

 * [Wednesday, 19th November 2025 at 16:00 GMT+2](https://www.timeanddate.com/worldclock/fixedtime.html?iso=20251119T1400):
   <Test Team Chat> in[#core-test](https://wordpress.slack.com/messages/core-test/).
 * [Thursday, 20th November 2025 at 18:00 GMT+2](https://www.timeanddate.com/worldclock/fixedtime.html?iso=20251120T1600):
   <patch-testing-session> in[#core-test](https://wordpress.slack.com/messages/core-test/).

Interested in hosting a <test-scrub>? Test Team needs you! Check out[ Leading Bug Scrubs](https://make.wordpress.org/core/handbook/tutorials/leading-bug-scrubs/)
for details, or inquire in[ #core-test](https://wordpress.slack.com/messages/core-test/)
for more info.

_Props to_ [@sirlouen](https://profiles.wordpress.org/sirlouen/) and [@nikunj8866](https://profiles.wordpress.org/nikunj8866/)
_for helping review this article and offering feedback_

[#core-test](https://make.wordpress.org/test/tag/core-test/), [#full-site-editing](https://make.wordpress.org/test/tag/full-site-editing/),
[#gutenberg](https://make.wordpress.org/test/tag/gutenberg/), [#make-wordpress-org-mobile](https://make.wordpress.org/test/tag/make-wordpress-org-mobile/),
[#make-wordpress-orgupdates](https://make.wordpress.org/test/tag/make-wordpress-orgupdates/),
[#web](https://make.wordpress.org/test/tag/web/)

 * [Login to Reply](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fmake.wordpress.org%2Ftest%2F2025%2F11%2F17%2Fweek-in-test-november-17-2025%2F%23respond&locale=en_US)

 [  ](https://profiles.wordpress.org/psykro/) [Jonathan Bossenger](https://profiles.wordpress.org/psykro/)
12:49 pm _on_ October 22, 2025     
Tags: [core-test ( 203 )](https://make.wordpress.org/test/tag/core-test/)

# 󠀁[Test Scrub Schedule for WordPress 6.9](https://make.wordpress.org/test/2025/10/22/test-scrub-schedule-for-wordpress-6-9/)󠁿

[WordPress 6.9](https://make.wordpress.org/core/6-9/) will be the last [major release](https://make.wordpress.org/core/handbook/about/release-cycle/releasing-major-versions/)
of 2025, with the official release date set for December 2, 2025. As we gear up 
for this release, it’s time to start regular Test Scrub sessions to ensure all issues
slated for this release are prepared and ready.

### Test Scrub in Place of Test Team Triage

Starting from Thursday October 30, 2025, we’ll be running weekly Test Scrub sessions.
These sessions will focus specifically on the WordPress 6.9 milestone tickets.

### Where Will It Happen?

Test Scrubs will take place on the [#core-test](https://wordpress.slack.com/messages/core-test/)
on Thursdays at 07:00 UTC every week leading up to the final release, starting on
[Thursday, October 30 at 07:00 UTC](https://www.timeanddate.com/worldclock/fixedtime.html?iso=20251030T0700).

### What Tickets Will We Focus On?

We’ll be concentrating on tickets that are tagged with **Has Patch / Needs Testing**.
You can find these tickets in [this report](https://core.trac.wordpress.org/report/6?sort=modified&asc=1&page=1).

### Interested in Leading a Test Scrub?

Did you know that anyone can lead a Test Scrub at any time? Yes, that means you 
can!

If you’re interested in leading a scrub, simply pingPing The act of sending a very
small amount of data to an end point. Ping is used in computer science to illicit
a response from a target server to test it’s connection. Ping is also a term used
by Slack users to @ someone or send them a direct message (DM). Users might say 
something along the lines of “Ping me when the meeting starts.” [@krupajnanda](https://profiles.wordpress.org/krupajnanda/)
or [@psykro](https://profiles.wordpress.org/psykro/) on SlackSlack Slack is a Collaborative
Group Chat Platform [https://slack.com/](https://slack.com/). The WordPress community
has its own Slack Channel at [https://make.wordpress.org/chat/](https://make.wordpress.org/chat/)
with the day and time you’re considering, along with the report or tickets you’d
like to focus on.

Are you planning a scrub that’s specifically focused on WordPress 6.9? That’s fantastic!
We can add it to our schedule, so the rest of the team knows to join in. Leading
a scrub is a great way to contribute, and you’ll earn props in the Slack channel
for your efforts!

### Let’s Contribute Together

This is a perfect chance to get involved with the major releaseMajor Release A set
of releases or versions having the same major version number may be collectively
referred to as “X.Y” -- for example version 5.2.x to refer to versions 5.2, 5.2.1,
and all other versions in the 5.2. (five dot two dot) branch of that software. Major
Releases often are the introduction of new major features and functionality. of 
WordPress 6.9, learn more about the process, and help ensure the quality and stability
of WordPress. Your contributions will make a difference, so join us for the Test
Scrub sessions and be a part of this exciting release!

See you in the [#core-test](https://wordpress.slack.com/messages/core-test/) channel!

[#core-test](https://make.wordpress.org/test/tag/core-test/)

 * [Login to Reply](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fmake.wordpress.org%2Ftest%2F2025%2F10%2F22%2Ftest-scrub-schedule-for-wordpress-6-9%2F%23respond&locale=en_US)

# Post navigation

[← Older posts](https://make.wordpress.org/test/category/call-for-testing/page/2/?output_format=md)