Title: 2021 – Page 34 – Make WordPress Core

---

#  Yearly Archives: 2021

 [  ](https://profiles.wordpress.org/notlaura/) [Lara Schenck](https://profiles.wordpress.org/notlaura/)
7:19 pm _on_ May 27, 2021     
Tags: [agenda ( 1,142 )](https://make.wordpress.org/core/tag/agenda/),
[core-css ( 191 )](https://make.wordpress.org/core/tag/core-css/)   

# 󠀁[CSS Chat Agenda: May 27, 2021](https://make.wordpress.org/core/2021/05/27/css-chat-agenda-may-27-2021/)󠁿

This is the agenda for the upcoming CSSCSS Cascading Style Sheets. meeting scheduled
for [Thursday, May 27, at 5:00 PM EDT](https://www.timeanddate.com/worldclock/fixedtime.html?msg=WordPress+CSS+Core+Chat&iso=20210527T17&p1=418&ah=1).
This meeting will be held in the [#core-css](https://make.wordpress.org/core/tag/core-css/)
channel 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/).

If there’s any topic you’d like to discuss, please leave a comment below!

 * Housekeeping
 * Project Updates
    - Color Scheming ([#49999](https://core.trac.wordpress.org/ticket/49999))
 *  - CoreCore Core is the set of software required to run WordPress. The Core Development
      Team builds WordPress. CSS deprecation path ([#53070](https://core.trac.wordpress.org/ticket/53070))
 *  - CSS Audit ([#49582](https://core.trac.wordpress.org/ticket/49582))
 * Open Floor + CSS Link Share

[#agenda](https://make.wordpress.org/core/tag/agenda/), [#core-css](https://make.wordpress.org/core/tag/core-css/)

 [  ](https://profiles.wordpress.org/danfarrow/) [Dan Farrow](https://profiles.wordpress.org/danfarrow/)
2:28 pm _on_ May 27, 2021     
Tags: [core-css ( 191 )](https://make.wordpress.org/core/tag/core-css/),
[summary ( 975 )](https://make.wordpress.org/core/tag/summary/)   

# 󠀁[CSS Chat Summary: 20 May 2021](https://make.wordpress.org/core/2021/05/27/css-chat-summary-20-may-2021/)󠁿

[The meeting took place here on Slack](https://wordpress.slack.com/archives/CQ7V4966Q/p1621544600002900).
[@notlaura](https://profiles.wordpress.org/notlaura/) facilitated and [@danfarrow](https://profiles.wordpress.org/danfarrow/)
wrote up these notes.

## Project updates

### Color Scheming (󠀁[#49999](https://core.trac.wordpress.org/ticket/49999)󠁿)

 * We discussed some next steps for the project:
    - Document the naming scheme well enough that anyone can create consistent variables
    - Start splitting up some CSSCSS Cascading Style Sheets. files to create variables
      with `--experimental`
    - Start design (or at least exploration) for the new color schemes
 * [@ryelle](https://profiles.wordpress.org/ryelle/) shared [some initial custom property names](https://github.com/ryelle/wordpress-develop/blob/try/custom-properties/src/wp-includes/css/custom-properties.css)
   based on the contents of `common.css` and an associated [PR where comments can be posted](https://github.com/ryelle/wordpress-develop/pull/2)
 * We discussed where the custom property names & methodology should be documented
    - [@notlaura](https://profiles.wordpress.org/notlaura/) suggested [coding standards](https://developer.wordpress.org/coding-standards/wordpress-coding-standards/css/)
    - [@ryelle](https://profiles.wordpress.org/ryelle/) suggested that a shared 
      Google document might be more appropriate while the names are work-in-progress
    - [@notlaura](https://profiles.wordpress.org/notlaura/) also suggested the [common APIs documentation pages](https://developer.wordpress.org/apis/)
      once the custom properties have been defined, which could be cross-referenced
      with coding standards
 * [@notlaura](https://profiles.wordpress.org/notlaura/) summarised the next steps:
    - Start writing naming documentation in a Google doc
    - Review / experiment / iterate in [@ryelle’s PR](https://github.com/ryelle/wordpress-develop/pull/2)
    - Update doc draft as standards emerge

### CSS Audit (󠀁[#49582](https://core.trac.wordpress.org/ticket/49582)󠁿) & CSS deprecation path (󠀁[#53070](https://core.trac.wordpress.org/ticket/53070)󠁿)

 * [@notlaura](https://profiles.wordpress.org/notlaura/) has published [the Make post announcing the project](https://wp.me/p2AvED-na2)
 * We speculated as to where else it could be linked from to improve visibility.
   [@notlaura](https://profiles.wordpress.org/notlaura/) suggested the [CSS Coding Standards //Best practice// or //Related links// section](https://developer.wordpress.org/coding-standards/wordpress-coding-standards/css/#best-practices)
 * [@danfarrow](https://profiles.wordpress.org/danfarrow/) reported having merged
   a PR from [@colorful-tones](https://profiles.wordpress.org/colorful-tones/) which
   adds a link back to the 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/) project page
   into the CSS audit HTMLHTML HyperText Markup Language. The semantic scripting
   language primarily used for outputting content in web browsers. report
 * Changes in the `trunk` branchbranch A directory in Subversion. WordPress uses
   branches to store the latest development code for each major release (3.9, 4.0,
   etc.). Branches are then updated with code for any minor releases of that branch.
   Sometimes, a major version of WordPress and its minor versions are collectively
   referred to as a "branch", such as "the 4.0 branch". need to be automatically
   pushed into the `report` branch. [@danfarrow](https://profiles.wordpress.org/danfarrow/)
   volunteered to look into this in an attempt to “get his head around” GitHub actions
   🙂
 * [@notlaura](https://profiles.wordpress.org/notlaura/) suggested keeping the project
   in the meeting agenda for the next couple of weeks, a suggestion which was met
   with approval

## Open floor / CSS link share

 * [@ryelle](https://profiles.wordpress.org/ryelle/) wanted to put a call out for
   tickets with patches as she is planning a push to review & commit tickets early
   next week [UPDATE The push has now been & gone]

Thanks everyone!

[#core-css](https://make.wordpress.org/core/tag/core-css/), [#summary](https://make.wordpress.org/core/tag/summary/)

 [  ](https://profiles.wordpress.org/andraganescu/) [Andrei Draganescu](https://profiles.wordpress.org/andraganescu/)
5:02 pm _on_ May 26, 2021     
Tags: [chats ( 25 )](https://make.wordpress.org/core/tag/chats/),
[core-editor ( 757 )](https://make.wordpress.org/core/tag/core-editor/), [meeting notes ( 227 )](https://make.wordpress.org/core/tag/meeting-notes/)

# 󠀁[Core Editor Meeting Notes 26 May, 2021](https://make.wordpress.org/core/2021/05/26/core-editor-meeting-notes-26-may-2021/)󠁿

This post summarizes the latest weekly Editor meeting ([agenda](https://make.wordpress.org/core/2021/05/26/editor-chat-agenda-26-may-2021/),
[slack transcript](https://wordpress.slack.com/archives/C02QB2JS7/p1622037686479000)).
This meeting was held in the [#core-editor](https://wordpress.slack.com/messages/C02QB2JS7)
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/)
channel on Wednesday, 26 May, 2021, 2:00 PM UTC and was facilitated by [@andraganescu](https://profiles.wordpress.org/andraganescu/).

## **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/)󠁿 10.7 release **

Gutenberg [10.7](https://github.com/WordPress/gutenberg/releases/tag/v10.7.0) was
released today. It’s probably one of the biggest, if not the biggest in terms of
number of PRs, releases to date.

## Feature freeze

This week held the feature freeze for WordPress 5.8. From the wishlist [@youknowriad](https://profiles.wordpress.org/youknowriad/)
mentioned the Navigation 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 the Post Author block as the ones being left out from
the merge effort because of various issues. [@mkaz](https://profiles.wordpress.org/mkaz/)
mentioned that the navigation block is still searching for the best solution for
its markup. [@paaljoachim](https://profiles.wordpress.org/paaljoachim/) mentioned
the refactored gallery block as one other item that didn’t make it into 5.8.

For the future, it was raised that WordPress should have a process that enables 
more often and early merges instead of doing everything all at once to avoid stressful
situations.

## **WordPress 5.8 board**

The 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/)
board for monitoring progress for WordPress 5.8 is still open and maintained. Past
feature freeze there’s still a log of bugbug A bug is an error or unexpected result.
Performance improvements, code optimization, and are considered enhancements, not
defects. After feature freeze, only bugs are dealt with, with regressions (adverse
changes from the previous version) being the highest priority. fixes and polish 
required and a few additional tasks like dev notesdev note Each important change
in WordPress Core is documented in a developers note, (usually called dev note).
Good dev notes generally include a description of the change, the decision that 
led to this change, and a description of how developers are supposed to work with
that change. Dev notes are published on Make/Core blog during the beta phase of 
WordPress release cycle. Publishing dev notes is particularly important when plugin/
theme authors and WordPress developers need to be aware of those changes.In general,
all dev notes are compiled into a Field Guide at the beginning of the release candidate
phase. and such. The board will serve us to track all of that.

## Block based Widgets editor call for testing

[Help Test the Widgets Editor for WordPress 5.8](https://make.wordpress.org/core/2021/05/12/help-test-the-widgets-editor-for-wordpress-5-8/)!
The block based widgets editor is in coreCore Core is the set of software required
to run WordPress. The Core Development Team builds WordPress. as part of the merge
for 5.8, so now testing can also be done with WordPress trunktrunk A directory in
Subversion containing the latest development code in preparation for the next major
release cycle. If you are running "trunk", then you are on the latest revision..
Updating and bug fixing will continue via the Gutenberg 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..

## Monthly Plan

The [monthly plan for May 2021](https://make.wordpress.org/core/2021/05/07/whats-next-in-gutenberg-may-2021/)
is still up. [@annezazu](https://profiles.wordpress.org/annezazu/) brought up that
today is the last day for the [current call for testing for the FSE Outreach Program](https://make.wordpress.org/test/2021/05/12/fse-program-testing-call-6-stick-the-landing-pages/)
and a new call for testing will also be launched soon after 10.7 is released.

## **Key project updates**

**Global Styles**

[@nosolosw](https://profiles.wordpress.org/nosolosw/) shared this week’s global 
styles update:

 * Global Styles and Global Settings have been ported to WordPress core and will
   be part of the WordPress 5.8 release. The focus now is on polishing and fixing
   bugs as we find them.
 * Now that the 1.0 version of this feature has been shipped and we need to revisit
   focuses, I thought it’d be a good time to pause these reports while we figure
   out the next steps. Anything relevant should still be posted in the tracking 
   issue but on an on-demand basis not weekly.
 * More at [Issue 20331](https://github.com/WordPress/gutenberg/issues/20331)

**Block based widgetWidget A WordPress Widget is a small block that performs a specific
function. You can add these widgets in sidebars also known as widget-ready areas
on your web page. WordPress widgets were originally created to provide a simple 
and easy-to-use way of giving design and structure control of the WordPress theme
to the user. editor**

[@andraganescu](https://profiles.wordpress.org/andraganescu/) shared this week’s
update:

 * The **Block based Widget Editor**. has been ported to WordPress core and will
   be part of the WordPress 5.8 release. The focus now is on polishing and fixing
   bugs as we find them. As always you can help by checking out [the project’s board on GH](https://github.com/WordPress/gutenberg/projects/27)
   and participate in the [#feature-widgets-block-editor](https://wordpress.slack.com/archives/C01D71823PB)
   channel – open at all times of day!

**Navigation block**

[@joen](https://profiles.wordpress.org/joen/) shared this week’s update:

 * Still trucking on with the navigation block. There’s a PR in queue that will 
   enable global styles item padding ([PR 31878](http://github.com/WordPress/gutenberg/pull/31878)).
   Also starting to look to helping with the List View component, which plays a 
   key role in the block.

**Block based navigation editor**

[@getdave](https://profiles.wordpress.org/getdave/) shared this week’s update:

 * we’re continuing with our recent theme of lots of code quality and UIUI User 
   interface fixes.Other than that we’re gearing up for addressing some of the “
   bigger picture” issues on the Navigation Editor including:
    - Disabling / enabling features in the _block_ to better support the editor.
    - Adding support for missing hooksHooks In WordPress theme and development, 
      hooks are functions that can be applied to an action or a Filter in WordPress.
      Actions are functions performed when a certain event occurs in WordPress. 
      Filters allow you to modify certain functions. Arguments used to hook both
      filters and actions look the same..
    - Improving the experience for editing navigations that are simple or complex.

**Mobile/native**

[@hypest](https://profiles.wordpress.org/hypest/) shared this week’s update:

 * Slash inserter!
 * Support for Xcode 12.5.
 * Blocking [issue with translations broken](https://meta.trac.wordpress.org/ticket/5737)
   which affects the mobile apps ([relevant convo too](https://wordpress.slack.com/archives/C02QB2JS7/p1621242040261900)).
 * _In Progress_: Editor onboarding, Block picker search, Embeds block, working 
   hard to finish up ReactReact React is a JavaScript library that makes it easy
   to reason about, construct, and maintain stateless and stateful user interfaces.
   [https://reactjs.org](https://reactjs.org/) Native 0.64.x upgrade.

## Task Coordination

@aristah

 * focused on the `site-logo` block. Long story short, after a brief experiment 
   with using the default `custom_logo` theme-mod, it will revert to using a `site_logo`
   option.  [PR 32229](https://github.com/WordPress/gutenberg/pull/32229) – fixes
   2 of the items in the 5.8-must-haves board. After this is reviewed and merged
   I’ll be porting the block to core.
 * Pushed some code-quality PRs, fixing eslint warnings
 * Allow non-latin characters in slugs – [PR 32232](https://github.com/WordPress/gutenberg/pull/32232)
   some eyes on this one would be appreciated since it fixes a long-standing bug
   for those of us with non-latin posts-titles.
 * Lots and lots of PR reviews. At this stage in the release process, if anyone 
   has some time to spare pleaaase do some reviews, they help everyone move the 
   project forward.

[@joen](https://profiles.wordpress.org/joen/)

 * doing small 5.8 things where I can, including a [notices bugfix](http://github.com/WordPress/gutenberg/pull/32238)
   and some Safari flickering debugging.

[@annezazu](https://profiles.wordpress.org/annezazu/)

 * shared a [proposal for profile badges for testers for the outreach program](https://make.wordpress.org/test/2021/05/21/proposal-test-badges-for-the-fse-outreach-program/),
   [continued triaging current call for testing](https://make.wordpress.org/test/2021/05/12/fse-program-testing-call-6-stick-the-landing-pages/),
   and wrote the next (should ship today).

[@mkaz](https://profiles.wordpress.org/mkaz/)

 * I’m looking at flaky tests and trying to see how we might be able to automate
   some bits to flag so people can address. [This ticket discusses a little](https://github.com/WordPress/gutenberg/pull/31682)
   but merely retrying is not enough, we’ll need a way to precisely  identify what
   test is failing for action.

## Open Floor

[@poena](https://profiles.wordpress.org/poena/) asked, with the upcoming updates
in 5.8 how should we call theme types to best differentiate them. A general consensus
was that themes with PHPPHP The web scripting language in which WordPress is primarily
architected. WordPress requires PHP 7.4 or higher templates will be called_ classic
themes_ and themes with HTMLHTML HyperText Markup Language. The semantic scripting
language primarily used for outputting content in web browsers. templates are called
_block themes_.

[@priethor](https://profiles.wordpress.org/priethor/) brought up the monthly “what’s
next” post and asked for suggestiions to improve the format and on feedback about
its usefulness. Reply in a thread [here](https://wordpress.slack.com/archives/C02QB2JS7/p1622041852087400),
open a Guthub discussion issue or 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.” Hector in [#core-editor](https://make.wordpress.org/core/tag/core-editor/)
with anything you want to share about this.

[@janw](https://profiles.wordpress.org/janw/).oostendorp brought up their [PR 31806 ](https://github.com/WordPress/gutenberg/pull/31806/)
and asked for feedback. The on the spot suggestion was to add the description of
a usecase for the filters added by the PR.

[#chats](https://make.wordpress.org/core/tag/chats/), [#meeting-notes](https://make.wordpress.org/core/tag/meeting-notes/)

 [  ](https://profiles.wordpress.org/paaljoachim/) [Paal Joachim Romdahl](https://profiles.wordpress.org/paaljoachim/)
12:54 pm _on_ May 26, 2021     
Tags: [agenda ( 1,142 )](https://make.wordpress.org/core/tag/agenda/),
[core-editor ( 757 )](https://make.wordpress.org/core/tag/core-editor/), [core-editor-agenda ( 189 )](https://make.wordpress.org/core/tag/core-editor-agenda/),
[meetings ( 14 )](https://make.wordpress.org/core/tag/meetings/)   

# 󠀁[Editor Chat Agenda: 26 May 2021](https://make.wordpress.org/core/2021/05/26/editor-chat-agenda-26-may-2021/)󠁿

Facilitator and notetaker: [@andraganescu](https://profiles.wordpress.org/andraganescu/)

This is the agenda for the weekly _editor chat_ scheduled for [Wednesday, May 26, 2021, 0](https://www.timeanddate.com/worldclock/fixedtime.html?msg=Core+Editor+Meeting&iso=20210526T16&p1=187&ah=1)
[4:00 PM GMT+1](https://www.timeanddate.com/worldclock/fixedtime.html?msg=Core+Editor+Meeting&iso=20210331T10&p1=2157&ah=1).

_This meeting is held in the [#core-editor](https://wordpress.slack.com/messages/C02QB2JS7)
channel 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/)._

 * [Gutenberg 10.7](https://github.com/WordPress/gutenberg/releases/tag/v10.7.0)
   final release for WordPress 5.8.
 * [WordPress 5.8 project board](https://github.com/WordPress/gutenberg/projects/55)
 * [Help Test the Widgets Editor for WordPress 5.8](https://make.wordpress.org/core/2021/05/12/help-test-the-widgets-editor-for-wordpress-5-8/)
 * [Monthly Plan for May 2021](https://make.wordpress.org/core/2021/05/07/whats-next-in-gutenberg-may-2021/)
   and key project updates:
    - Global Styles.
 *  - 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. based WidgetWidget A WordPress Widget is a small block
      that performs a specific function. You can add these widgets in sidebars also
      known as widget-ready areas on your web page. WordPress widgets were originally
      created to provide a simple and easy-to-use way of giving design and structure
      control of the WordPress theme to the user. Editor.
    - Navigation block.
    - Full Site Editing.
    - Mobile
 * Task Coordination.
 * Open Floor.

If you are not able to attend the meeting, you are encouraged to share anything 
relevant for the discussion:

 * If you have anything to share for the Task Coordination section, please leave
   it as a comment on this post.
 * If you have anything to propose for the agenda or other specific items related
   to those listed above, please leave a comment below.

[#agenda](https://make.wordpress.org/core/tag/agenda/), [#core-editor](https://make.wordpress.org/core/tag/core-editor/),
[#core-editor-agenda](https://make.wordpress.org/core/tag/core-editor-agenda/), 
[#meetings](https://make.wordpress.org/core/tag/meetings/)

 [  ](https://profiles.wordpress.org/chanthaboune/) [Josepha](https://profiles.wordpress.org/chanthaboune/)
10:56 pm _on_ May 25, 2021     
Tags: [make.wordpress.org/updates ( 33 )](https://make.wordpress.org/core/tag/make-wordpress-orgupdates/),
[p2-xpost ( 212 )](https://make.wordpress.org/core/tag/p2-xpost/)   

# 󠀁[X-post: Experiment: A Public Channel for All Team Reps](https://make.wordpress.org/core/2021/05/25/xpost-experiment-a-public-channel-for-all-team-reps/)󠁿

X-comment from [+make.wordpress.org/updates](https://make.wordpress.org/updates/):
Comment on [Experiment: A Public Channel for All Team Reps](https://make.wordpress.org/updates/2021/05/25/experiment-a-public-channel-for-all-team-reps/#comment-5328)

 [  ](https://profiles.wordpress.org/jeffpaul/) [Jeffrey Paul](https://profiles.wordpress.org/jeffpaul/)
5:17 pm _on_ May 25, 2021     
Tags: [5.8 ( 99 )](https://make.wordpress.org/core/tag/5-8/),
[agenda ( 1,142 )](https://make.wordpress.org/core/tag/agenda/), [core-test ( 12 )](https://make.wordpress.org/core/tag/core-test/),
[dev chat ( 922 )](https://make.wordpress.org/core/tag/dev-chat/)   

# 󠀁[Dev Chat Agenda for May 26, 2021](https://make.wordpress.org/core/2021/05/25/dev-chat-agenda-for-may-26-2021/)󠁿

Here is the agenda for this week’s developer meetings to occur at the following 
times: [May 26, 2021 at 5:00 UTC](https://www.timeanddate.com/worldclock/fixedtime.html?iso=20210526T0500)
and [May 26, 2021 at 20:00 UTC](https://www.timeanddate.com/worldclock/fixedtime.html?iso=20210526T2000).

## Blogblog (versus network, site) Post Highlights

 * [A Week in Core – May 24, 2021](https://make.wordpress.org/core/2021/05/24/a-week-in-core-may-24-2021/)
 * [Core Editor Improvement: Contextual patterns for easier creation](https://make.wordpress.org/core/2021/05/20/core-editor-improvement-contextual-patterns-for-easier-creation/)
 * [CSS](https://make.wordpress.org/core/2021/05/20/css-chat-summary-13-may-2021/),
   [Editor](https://make.wordpress.org/core/2021/05/25/editor-chat-summary-19-may-2021/)
   meeting summaries

## Blog posts that need feedback

 * [Why hosters should install the PHP-intl extension](https://make.wordpress.org/hosting/2021/05/20/why-hosters-should-install-the-php-intl-extension/)

## 󠀁[5.8 Schedule Review](https://make.wordpress.org/core/5-8/)󠁿

 * **Now in Feature Freeze leading up to 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 in 13 days on Tuesday, June 8th**
 * Focus now shifts to [defects](https://core.trac.wordpress.org/query?status=accepted&status=assigned&status=new&status=reopened&status=reviewing&type=defect+(bug)&milestone=5.8&col=id&col=summary&col=type&col=status&col=milestone&col=owner&col=priority&col=component&col=changetime&order=changetime)
   and [tasks](https://core.trac.wordpress.org/query?status=accepted&status=assigned&status=new&status=reopened&status=reviewing&type=task+(blessed)&milestone=5.8&col=id&col=summary&col=type&col=status&col=milestone&col=owner&col=priority&col=component&col=changetime&order=changetime)
   in the milestone
 * [Test Scrub](https://make.wordpress.org/core/2021/05/24/test-scrub-for-wordpress-5-8-2/)
   on [Friday, May 28th at 13:15 UTC](https://www.timeanddate.com/worldclock/fixedtime.html?iso=20210528T1315)
   in [#core-test](https://make.wordpress.org/core/tag/core-test/)
 * [Bug Scrubs](https://make.wordpress.org/core/tag/bug-scrub+5-8/) next week on
   [Tuesday, June 1st 20:00 UTC](https://www.timeanddate.com/worldclock/fixedtime.html?iso=20210601T2000)
   and [Wednesday, June 2nd 04:00 UTC](https://www.timeanddate.com/worldclock/fixedtime.html?iso=20210602T0400)
 * RCrelease candidate One of the final stages in the version release cycle, this
   version signals the potential to be a final release to the public. Also see [alpha (beta)](https://make.wordpress.org/core/2021/page/34/?output_format=md#alpha-beta).
   1 in 34 days on Tuesday, June 29th
 * 5.8 release in 55 days on Tuesday, July 20th

## Components check-in and status updates

 * 5.8 plans and help needed
 * Check-in with each component for status updates.
 * Poll for components that need assistance.

## Open Floor

Do you have something to propose for the agenda, or a specific item relevant to 
the usual agenda items above?

Please leave a comment, and say whether or not you’ll be in the chat, so the group
can either give you the floor or bring up your topic for you accordingly.

This meeting happens in the [#core](https://wordpress.slack.com/messages/C02RQBWTW)
channel. To join the meeting, you’ll need an account on the [Making WordPress Slack](https://make.wordpress.org/chat/).

[#5-8](https://make.wordpress.org/core/tag/5-8/), [#agenda](https://make.wordpress.org/core/tag/agenda/),
[#dev-chat](https://make.wordpress.org/core/tag/dev-chat/)

 [  ](https://profiles.wordpress.org/paaljoachim/) [Paal Joachim Romdahl](https://profiles.wordpress.org/paaljoachim/)
2:21 pm _on_ May 25, 2021     
Tags: [core-editor ( 757 )](https://make.wordpress.org/core/tag/core-editor/),
[core-editor-summary ( 185 )](https://make.wordpress.org/core/tag/core-editor-summary/),
[gutenberg ( 547 )](https://make.wordpress.org/core/tag/gutenberg/), [meeting notes ( 227 )](https://make.wordpress.org/core/tag/meeting-notes/),
[summary ( 975 )](https://make.wordpress.org/core/tag/summary/)   

# 󠀁[Editor chat summary: 19 May, 2021](https://make.wordpress.org/core/2021/05/25/editor-chat-summary-19-may-2021/)󠁿

This post summarizes the weekly editor chat meeting ([agenda here](https://make.wordpress.org/core/2021/05/17/editor-chat-agenda-19-may-2021/))
held on [](https://www.timeanddate.com/worldclock/fixedtime.html?msg=Core+Editor+Meeting&iso=20210310T09&p1=2157&ah=1)
[Wednesday, May 19, 2021, 04:00 PM GMT+1](https://www.timeanddate.com/worldclock/fixedtime.html?msg=Core+Editor+Meeting&iso=20210519T16&p1=187&ah=1)
in [Slack](https://wordpress.slack.com/archives/C02QB2JS7/p1621432835055500). Moderated
by [@paaljoachim](https://profiles.wordpress.org/paaljoachim/).

## WordPress 5.8

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/)
10.7 is the last 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. version to be included into WordPress
5.8.
[Project board](https://github.com/WordPress/gutenberg/projects/55).

[@youknowriad](https://profiles.wordpress.org/youknowriad/) who is the technical
lead for 5.8 gave this reminder on Tuesday 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/).
“
Reminder: It’s feature freeze day (19 May) in Gutenberg, in general that means one
of the most stressful days in our release lifecycles. I’ll be [milestoning the PRs](https://github.com/WordPress/gutenberg/milestone/149)
that I ideally should make it in the RCrelease candidate One of the final stages
in the version release cycle, this version signals the potential to be a final release
to the public. Also see [alpha (beta)](https://make.wordpress.org/core/2021/page/34/?output_format=md#alpha-beta).
with “Gutenberg 10.7″ to ensure we all help review and move these forward. All of
these might not make it but that will allow us to know where to prioritize our time
for today.”

## Gutenberg 10.7 RC

The [release candidate of Gutenberg 10.7.0 can be downloaded here](https://github.com/WordPress/gutenberg/releases/tag/v10.7.0-rc.1).

## Gutenberg 10.6

[@vdwijngaert](https://profiles.wordpress.org/vdwijngaert/)  took charge of releasing
Gutenberg plugin 10.6! His very first release of the Gutenberg plugin. Koen also
wrote the “[What’s new in Gutenberg 10.6?](https://make.wordpress.org/core/2021/05/14/whats-new-in-gutenberg-10-6-12-may/)”
Make coreCore Core is the set of software required to run WordPress. The Core Development
Team builds WordPress. post.

## Widgets editor in WordPress 5.8.

[A call for testing of the new widgets editor.](https://make.wordpress.org/core/2021/05/12/help-test-the-widgets-editor-for-wordpress-5-8/)

## Monthly Priorities

[May monthly priorities.](https://make.wordpress.org/core/2021/05/07/whats-next-in-gutenberg-may-2021/)
Along with Key Project updates.

**Global Style**

Update from [@nosolosw](https://profiles.wordpress.org/nosolosw/)

 * The focus getting tasks ready for Gutenberg 10.7. Most have been landed. 
   Will
   start the merge process in core (got an initial PR for this).
 * Shipped this week. 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. supports: margin, duotone, font-family, layout, typography
   and link color.
   Settings: REST Request for mobile.
 * Ongoing. Block supports: typography, border, add letter-spacing and migrate more
   blocks to the hooksHooks In WordPress theme and development, hooks are functions
   that can be applied to an action or a Filter in WordPress. Actions are functions
   performed when a certain event occurs in WordPress. Filters allow you to modify
   certain functions. Arguments used to hook both filters and actions look the same.
   system.
   Theme.jsonJSON JSON, or JavaScript Object Notation, is a minimal, readable
   format for structuring data. It is used primarily to transmit data between a 
   server and web application, as an alternative to XML.. Show both core & theme
   colors. Link color not to use CSSCSS Cascading Style Sheets. Custom Property.
   Core merge. Add settings for all editors.
 * Priorities. Merge process for theme.json APIS in core.

[Check out the Github comment for additional details.](https://github.com/WordPress/gutenberg/issues/20331#issuecomment-844095717)

**Block based WidgetWidget A WordPress Widget is a small block that performs a specific
function. You can add these widgets in sidebars also known as widget-ready areas
on your web page. WordPress widgets were originally created to provide a simple 
and easy-to-use way of giving design and structure control of the WordPress theme
to the user. Editor**

Update from [@andraganescu](https://profiles.wordpress.org/andraganescu/)

 * The widgets block editor has had a good number of fixes and missing features 
   merged for the Gutenberg 10.7 release. Soon a core patchpatch A special text 
   file that describes changes to code, by identifying the files and lines which
   are added, removed, and altered. It may also be referred to as a **diff**. A 
   patch can be _applied_ to a codebase for testing. for the Widget Editor feature
   will be worked on.

**Navigation Block**

Update from [@joen](https://profiles.wordpress.org/joen/) and [@andraganescu](https://profiles.wordpress.org/andraganescu/).

 * Merged: [responsive navigation overlay menu feature](https://github.com/WordPress/gutenberg/pull/30047)!
 * Merged: [Submenus shouldn’t take space unless they’re actually open.](http://github.com/WordPress/gutenberg/pull/31881)
 * A few followups related to the setup state of the nav block, and justification
   have been done.
 * Needs feedback: [Refactor nav block paddings/margins to inherit global styles.](http://github.com/WordPress/gutenberg/pull/31878)
 * Needs feedback/discussion: [Navigation markup – overview issue.](https://github.com/WordPress/gutenberg/issues/31951)

**Full Site Editing**

 * Page templates. Merged: [Add: Delete template action.](https://make.wordpress.org/core/2021/page/34/Delete%20template%20action.?output_format=md)
 * [@annezazu](https://profiles.wordpress.org/annezazu/)
   [FSE Outreach program](https://make.wordpress.org/test/2021/05/12/fse-program-testing-call-6-stick-the-landing-pages/):
   FSE Program Testing call #6: Stick the landing (pages).
 * [@copons](https://profiles.wordpress.org/copons/)
   Merged: [Register template part variations server side.](https://github.com/WordPress/gutenberg/pull/31761)

**Mobile**

Update from [@mattchowning](https://profiles.wordpress.org/mattchowning/)

 * Block picker search almost done, progress on embeds block, ready to ship first
   iteration of reusable blocks, working hard to finish up ReactReact React is a
   JavaScript library that makes it easy to reason about, construct, and maintain
   stateless and stateful user interfaces. [https://reactjs.org](https://reactjs.org/)
   Native upgrade.

**Refactored gallery block**

Update from [@glendaviesnz](https://profiles.wordpress.org/glendaviesnz/)
Regarding
incorporating the new Gallery block into Gutenberg plugin 10.7 and WordPress 5.8.
We are waiting on two things in order to be able to make a decision on this:

 * The mobile/native code needs to be brought into line, and there have been some
   issues to resolve with this in terms of backwards compatibility with old versions
   of the app. Hopefully by next week we will have a better understanding of the
   timelines around getting this work finished.
 * We are exploring options for providing backwards compatibility in terms of plugin/
   theme support with the move from an unordered list format. Hopefully we can get
   some decisions on this by next week as well.

## Task Coordination

[@annezazu](https://profiles.wordpress.org/annezazu/)

 * Triagetriage The act of evaluating and sorting bug reports, in order to decide
   priority, severity, and other factors./testing/filing issues.
 * Wrangling for the FSE Outreach program
 * A new FSE themed hallway hangout tomorrow.
 * Next week: Core Editor improvement post.
 * Highlight: [Post Content Block creates confusing UX when deleting content within the block.](https://github.com/WordPress/gutenberg/issues/31798)

[@copons](https://profiles.wordpress.org/copons/)

 * Merged: [Post Editor: Persistent list view](https://github.com/WordPress/gutenberg/pull/31047)
 * Needs feedback: [Persistent List View: Add a way to focus back to the sidebar via keyboard](https://github.com/WordPress/gutenberg/issues/29466)

## Open Floor

**Feedback needed**

A comment from [@zebulan](https://profiles.wordpress.org/zebulan/)
Improving the
Table of Contents block so it can be re-enabled (it was disabled shortly after merge
due to implementation concerns). Following PR needs feedback: [ToC block: use static markup and only support core Heading and Page Break blocks](https://github.com/WordPress/gutenberg/pull/29739).

Adding** action hooks into FSE**

Question from [@bobbingwide](https://profiles.wordpress.org/bobbingwide/)
How easy
will it be to get some do_action() hooks into FSE template and template part logic,
to aid problem determination?[@bernhard-reiter](https://profiles.wordpress.org/bernhard-reiter/)
I have started work on backporting the template resolution logic to Core (currently
collecting notes at https://core.trac.wordpress.org/ticket/53176). Did you have 
any specific hooks you wanted added?[@bobbingwide](https://profiles.wordpress.org/bobbingwide/)
Yes. Two new ones which I have currently called rendering_template and ‘rendering_template_part.
[Add debug divs to templates with appropriate CSS](https://github.com/bobbingwide/thisis/issues/11#issuecomment-843374004)

**Regarding Theme.json**

Comment from [@bobbingwide](https://profiles.wordpress.org/bobbingwide/)
Documentation
shows JSON with // comments. People are copy and pasting verbatim and it’s not working.
But there’s nothing visual to say theme.json is broken. Just an entry in debug.log1-
Can the documentation be changed?[@nosolosw](https://profiles.wordpress.org/nosolosw/)
Added this PR: [Make the theme.json examples copy-pasteable.](https://github.com/WordPress/gutenberg/pull/32040)(
PR has been merged.)2- Can the parsing failure be surfaced?[@mcsf](https://profiles.wordpress.org/mcsf/)
Removing comments from the docs is something we should fix asap. In the future, 
I expect us to have a semi-official tool for building and validating theme.json 
files, which would answer the question of parsing failures.

**Documentation for block themes**

Comment from [@daisyo](https://profiles.wordpress.org/daisyo/)
I have started an
issue here to discuss documentation for block themes.Needs feedback. [Discussion: Block Theme Developer Documentation](https://make.wordpress.org/core/2021/page/34/Block%20Theme%20Developer%20Documentation?output_format=md).

**Expanding the link control with hooks**

Comment from [@bula](https://profiles.wordpress.org/bula/)
It would be very beneficial
to give developers a hook to extend it.Is it possible that the link popover could
be extended with a block hook?[Link Control: Add more controls.](https://github.com/WordPress/gutenberg/issues/23011)

**Regarding failing e2e tests.**

Comment from [@jffng](https://profiles.wordpress.org/jffng/)
Is the recommended 
process to rebase until the checks pass? Or when is it “safe to merge”?[@aristath](https://profiles.wordpress.org/aristath/)
All tests are halted on new PRs, so rebasing etc won’t make a difference… We’ll 
need to wait for 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/) to resolve its issues.

[#core-editor](https://make.wordpress.org/core/tag/core-editor/), [#core-editor-summary](https://make.wordpress.org/core/tag/core-editor-summary/),
[#gutenberg](https://make.wordpress.org/core/tag/gutenberg/), [#meeting-notes](https://make.wordpress.org/core/tag/meeting-notes/),
[#summary](https://make.wordpress.org/core/tag/summary/)

 [  ](https://profiles.wordpress.org/audrasjb/) [Jb Audras](https://profiles.wordpress.org/audrasjb/)
11:39 pm _on_ May 24, 2021     
Tags: [5.8 ( 99 )](https://make.wordpress.org/core/tag/5-8/),
[week in core ( 245 )](https://make.wordpress.org/core/tag/week-in-core/)   

# 󠀁[A Week in Core – May 24, 2021](https://make.wordpress.org/core/2021/05/24/a-week-in-core-may-24-2021/)󠁿

Welcome back to a new issue of _Week in CoreCore Core is the set of software required
to run WordPress. The Core Development Team builds WordPress._. Let’s take a look
at what changed on TracTrac An open source project by Edgewall Software that serves
as a bug tracker and project management tool for WordPress. between May 17 and May
24, 2021.

 * 65 commits
 * 120 contributors
 * 49 tickets created
 * 9 tickets reopened
 * 64 tickets closed

Ticketticket Created for both bug reports and feature development on the bug tracker.
numbers are based on the [Trac timeline for the period above](https://core.trac.wordpress.org/timeline?from=05%2F24%2F2021&daysback=7&authors=&ticket=on&sfp_email=&sfph_mail=&update=Update).
The following is a summary of commits, organized by component and/or focus.

## Code changes

### Boostrap/Load

 * Further update the language in `wp-config-sample.php` – [#37199](https://core.trac.wordpress.org/ticket/37199)

### Build/Test Tool

 * Use deterministic module ids in webpack for media – [#53192](https://core.trac.wordpress.org/ticket/53192)
 * Use hashed/deterministic moduleIDs in webpack config – [#53192](https://core.trac.wordpress.org/ticket/53192)
 * Use the new `concurrency` setting for 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/)
   Actions – [#53080](https://core.trac.wordpress.org/ticket/53080)
 * Use `assertInstanceOf()` instead of `assertTrue()` in some tests – [#52625](https://core.trac.wordpress.org/ticket/52625)
 * Improve PHPUnit version retrieval – [#52625](https://core.trac.wordpress.org/ticket/52625)
 * Remove trailing commas in function calls in `_wp_array_get()` tests – [#51461](https://core.trac.wordpress.org/ticket/51461),
   [#51720](https://core.trac.wordpress.org/ticket/51720), [#52625](https://core.trac.wordpress.org/ticket/52625)
 * Rename classes in `phpunit/tests/privacy/` per the naming conventions – [#52625](https://core.trac.wordpress.org/ticket/52625)
 * Rename some classes in `phpunit/tests/theme/` per the naming conventions – [#52625](https://core.trac.wordpress.org/ticket/52625)
 * Correct description for the `Tests_Functions_wpArraySet` class – [#53175](https://core.trac.wordpress.org/ticket/53175),
   [#52625](https://core.trac.wordpress.org/ticket/52625)
 * Add missing tests for the `_wp_array_get()` function – [#51461](https://core.trac.wordpress.org/ticket/51461),
   [#51720](https://core.trac.wordpress.org/ticket/51720), [#52625](https://core.trac.wordpress.org/ticket/52625)

### Documentation

 * Some documentation and test improvements for `WP_Theme_JSON` and `WP_Theme_JSON_Resolver`
   classes: – [#52991](https://core.trac.wordpress.org/ticket/52991), [#53175](https://core.trac.wordpress.org/ticket/53175)
 * Use 3-digit, x.x.x-style semantic versioning for two `_doing_it_wrong()` calls–
   [#52628](https://core.trac.wordpress.org/ticket/52628)
 * Include `@since` in `register_block_type` definition – [#53233](https://core.trac.wordpress.org/ticket/53233)

### Bundled Themes

 * Twenty Twenty: Hide some elements for print that are not useful in that context–
   [#50433](https://core.trac.wordpress.org/ticket/50433)
 * Twenty Twenty-One: Re-add `px` unit to the adminadmin (and super admin) bar height
   custom property – [#52624](https://core.trac.wordpress.org/ticket/52624), [#52564](https://core.trac.wordpress.org/ticket/52564)
 * Update `devDependencies` for default themes – [#52624](https://core.trac.wordpress.org/ticket/52624)
 * Twenty Twenty-One: Update `devDependencies` – [#52624](https://core.trac.wordpress.org/ticket/52624)
 * Twenty Nineteen: Update theme information in the `package.json` file – [#53196](https://core.trac.wordpress.org/ticket/53196)
 * Twenty Twenty: Update theme information in the `package.json` file – [#53196](https://core.trac.wordpress.org/ticket/53196)
 * Twenty Twenty: Correct `label` attribute references to `aria_label` in `get_search_form`–
   [#51877](https://core.trac.wordpress.org/ticket/51877), [#53225](https://core.trac.wordpress.org/ticket/53225)
 * Themes: Add an indication of whether a theme is a child themeChild theme A Child
   Theme is a customized theme based upon a Parent Theme. It’s considered best practice
   to create a child theme if you want to modify the CSS of your theme. [https://developer.wordpress.org/themes/advanced-topics/child-themes/](https://developer.wordpress.org/themes/advanced-topics/child-themes/)
   on networknetwork (versus site, blog) admin Themes screen – [#30240](https://core.trac.wordpress.org/ticket/30240)

### Editor

 * Use 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 context in filters that used the editor name – [#52920](https://core.trac.wordpress.org/ticket/52920)
 * Hide the quicktags toolbar when 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/)
   is disabled – [#40570](https://core.trac.wordpress.org/ticket/40570)
 * Update color merging algorithm – [#53175](https://core.trac.wordpress.org/ticket/53175)
 * Add Global Styles support using theme.jsonJSON JSON, or JavaScript Object Notation,
   is a minimal, readable format for structuring data. It is used primarily to transmit
   data between a server and web application, as an alternative to XML. file – [#53175](https://core.trac.wordpress.org/ticket/53175)
 * Remove `gutenberg` text domain from Query and Social Links block patterns – [#53265](https://core.trac.wordpress.org/ticket/53265),
   [#53248](https://core.trac.wordpress.org/ticket/53248)
 * Remove unused param in `get_default_block_editor_settings` – [#52920](https://core.trac.wordpress.org/ticket/52920)
 * Rename the unit testunit test Code written to test a small piece of code or functionality
   within a larger application. Everything from themes to WordPress core have a 
   series of unit tests. Also see [regression](https://make.wordpress.org/core/2021/page/34/?output_format=md#regression).
   file for `_wp_array_set` function – [#53175](https://core.trac.wordpress.org/ticket/53175)
 * Fix failing unit test for i18ni18n Internationalization, or the act of writing
   and preparing code to be fully translatable into other languages. Also see [localization](https://make.wordpress.org/core/2021/page/34/?output_format=md#l10n).
   Often written with a lowercase i so it is not confused with a lowercase L or 
   the numeral 1. Often an acquired skill. support in `theme.json` – [#52991](https://core.trac.wordpress.org/ticket/52991)
 * Remove editor type specific filters for block editor configuration – [#52920](https://core.trac.wordpress.org/ticket/52920)
 * Rename `should_load_separate_core_block_assets` for consistency – [#50328](https://core.trac.wordpress.org/ticket/50328)
 * Add Global Settings support using theme.json file – [#53175](https://core.trac.wordpress.org/ticket/53175)
 * Extend `register_block_type` to accept the path file or folder with `block.json`–
   [#53233](https://core.trac.wordpress.org/ticket/53233)
 * Update WordPress packages published for 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/)
   10.6 – [#52991](https://core.trac.wordpress.org/ticket/52991)
 * Update `lodash` to the latest version 4.17.21 – [#52991](https://core.trac.wordpress.org/ticket/52991)
 * Add missing class WP_Block_Editor_Context – [#52920](https://core.trac.wordpress.org/ticket/52920)
 * Extract `block_editor_rest_api_preload` method for use with different editor 
   screens – [#52920](https://core.trac.wordpress.org/ticket/52920)
 * Add missing unit tests for `block_has_support` – [#53257](https://core.trac.wordpress.org/ticket/53257),
   [#52991](https://core.trac.wordpress.org/ticket/52991)
 * Updated the WordPress packages from Gutenberg 10.7.0 RCrelease candidate One 
   of the final stages in the version release cycle, this version signals the potential
   to be a final release to the public. Also see [alpha (beta)](https://make.wordpress.org/core/2021/page/34/?output_format=md#alpha-beta).–
   [#52991](https://core.trac.wordpress.org/ticket/52991)
 * Add missing unit tests for `construct_wp_query_args` – [#53240](https://core.trac.wordpress.org/ticket/53240),
   [#52991](https://core.trac.wordpress.org/ticket/52991)
 * Removed useless block editor render context value – [#53250](https://core.trac.wordpress.org/ticket/53250)
 * Block Patterns: Include the Query and Social Icons block patterns from Gutenberg
   10.7.0 – [#53248](https://core.trac.wordpress.org/ticket/53248)

### Internationalization

 * Combine escaping and translationtranslation The process (or result) of changing
   text, words, and display formatting to support another language. Also see [localization](https://make.wordpress.org/core/2021/page/34/?output_format=md#l10n),
   [internationalization](https://make.wordpress.org/core/2021/page/34/?output_format=md#i18n).
   functions – [#53153](https://core.trac.wordpress.org/ticket/53153)
 * Improve the wording of some error messages – [#50382](https://core.trac.wordpress.org/ticket/50382)

### Formatting

 * KSES: Allow `calc()` and `var()` values to be used in inline CSSCSS Cascading
   Style Sheets. – [#46197](https://core.trac.wordpress.org/ticket/46197), [#46498](https://core.trac.wordpress.org/ticket/46498)
 * KSES: Remove duplicate `object-position` property – [#52991](https://core.trac.wordpress.org/ticket/52991)

### General/Administration

 * Avoid unnecessary calls to `update_user_option()` – [#43339](https://core.trac.wordpress.org/ticket/43339)
 * Some documentation and test improvements for the `_wp_array_set()` – [#53175](https://core.trac.wordpress.org/ticket/53175),
   [#52625](https://core.trac.wordpress.org/ticket/52625)
 * Add _wp_array_set function – [#53175](https://core.trac.wordpress.org/ticket/53175)
 * Ensure consistent type for integer properties of a bookmark object – [#53235](https://core.trac.wordpress.org/ticket/53235)
 * Ensure consistent type for integer properties of `WP_Post`, `WP_Term`, and `WP_User`–
   [#53235](https://core.trac.wordpress.org/ticket/53235), [#52995](https://core.trac.wordpress.org/ticket/52995)
 * List Tables: Wrap long search terms onto a new line – [#52749](https://core.trac.wordpress.org/ticket/52749)

### Media

 * Some documentation and test improvements for the `image_editor_output_format`
   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.: – [#52867](https://core.trac.wordpress.org/ticket/52867)
 * Introduces `image_editor_output_format` filter for setting default MIME type 
   of sub size image output – [#52867](https://core.trac.wordpress.org/ticket/52867)

### Menus

 * Do not auto-set locations for new menus – [#52949](https://core.trac.wordpress.org/ticket/52949)

### Plugins

 * Add support for `Update URI` 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. – [#14179](https://core.trac.wordpress.org/ticket/14179),
   [#23318](https://core.trac.wordpress.org/ticket/23318), [#32101](https://core.trac.wordpress.org/ticket/32101)

### 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.

 * add a new filter for revisions to keep by post type – [#51550](https://core.trac.wordpress.org/ticket/51550)

### Script Loader

 * Stop loading polyfills specific to Internet Explorer – [#53078](https://core.trac.wordpress.org/ticket/53078)

### Site Health

 * Make sure the `submit_button()` function is available in `request_filesystem_credentials()`–
   [#53206](https://core.trac.wordpress.org/ticket/53206)
 * Skip REST tests during scheduled events – [#52112](https://core.trac.wordpress.org/ticket/52112)

### Widgets

 * Make sure `WP_Widget` constructor creates a correct `classname` value for a namespaced
   widgetWidget A WordPress Widget is a small block that performs a specific function.
   You can add these widgets in sidebars also known as widget-ready areas on your
   web page. WordPress widgets were originally created to provide a simple and easy-
   to-use way of giving design and structure control of the WordPress theme to the
   user. class – [#44098](https://core.trac.wordpress.org/ticket/44098)
 * Make sure `WP_Widget` constructor creates a correct `id_base` value for a namespaced
   widget class – [#44098](https://core.trac.wordpress.org/ticket/44098)

### XML-RPC

 * Set 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. status code in accordance with the
   spec – [#52958](https://core.trac.wordpress.org/ticket/52958)

## Props

**Thanks to the 120 (!) people who contributed to WordPress Core on Trac last week:**

[@SergeyBiryukov](https://profiles.wordpress.org/sergeybiryukov/) (9), [@youknowriad](https://profiles.wordpress.org/youknowriad/)(
6), [@poena](https://profiles.wordpress.org/poena/) (5), [@ntsekouras](https://profiles.wordpress.org/ntsekouras/)(
5), [@nosolosw](https://profiles.wordpress.org/nosolosw/) (5), [@johnbillion](https://profiles.wordpress.org/johnbillion/)(
5), [@desrosj](https://profiles.wordpress.org/desrosj/) (4), [@mukesh27](https://profiles.wordpress.org/mukesh27/)(
4), [@peterwilsoncc](https://profiles.wordpress.org/peterwilsoncc/) (3), [@audrasjb](https://profiles.wordpress.org/audrasjb/)(
3), [@williampatton](https://profiles.wordpress.org/williampatton/) (3), [@joyously](https://profiles.wordpress.org/joyously/)(
3), [@jorgefilipecosta](https://profiles.wordpress.org/jorgefilipecosta/) (3), [@sabernhardt](https://profiles.wordpress.org/sabernhardt/)(
3), [@Boniu91](https://profiles.wordpress.org/boniu91/) (2), [@azaozz](https://profiles.wordpress.org/azaozz/)(
2), [@gziolo](https://profiles.wordpress.org/gziolo/) (2), [@jorbin](https://profiles.wordpress.org/jorbin/)(
2), [@hermpheus](https://profiles.wordpress.org/hermpheus/) (2), [@hellofromTonya](https://profiles.wordpress.org/hellofromtonya/)(
2), [@justinahinon](https://profiles.wordpress.org/justinahinon/) (2), [@ocean90](https://profiles.wordpress.org/ocean90/)(
2), [@hareesh-pillai](https://profiles.wordpress.org/hareesh-pillai/) (2), [@chrisvanpatten](https://profiles.wordpress.org/chrisvanpatten/)(
2), [@timothyblynjacobs](https://profiles.wordpress.org/timothyblynjacobs/) (2),
[@nhuja](https://profiles.wordpress.org/nhuja/) (1), [@mweichert](https://profiles.wordpress.org/mweichert/)(
1), [@DavidAnderson](https://profiles.wordpress.org/davidanderson/) (1), [@meloniq](https://profiles.wordpress.org/meloniq/)(
1), [@miqrogroove](https://profiles.wordpress.org/miqrogroove/) (1), [@afragen](https://profiles.wordpress.org/afragen/)(
1), [@markjaquith](https://profiles.wordpress.org/markjaquith/) (1), [@apedog](https://profiles.wordpress.org/apedog/)(
1), [@DrewAPicture](https://profiles.wordpress.org/drewapicture/) (1), [@markparnell](https://profiles.wordpress.org/markparnell/)(
1), [@JeroenReumkens](https://profiles.wordpress.org/jeroenreumkens/) (1), [@design_dolphin](https://profiles.wordpress.org/design_dolphin/)(
1), [@filosofo](https://profiles.wordpress.org/filosofo/) (1), [@grapplerulrich](https://profiles.wordpress.org/grapplerulrich/)(
1), [@sean212](https://profiles.wordpress.org/sean212/) (1), [@earnjam](https://profiles.wordpress.org/earnjam/)(
1), [@rmccue](https://profiles.wordpress.org/rmccue/) (1), [@infolu](https://profiles.wordpress.org/infolu/)(
1), [@dingdang](https://profiles.wordpress.org/dingdang/) (1), [@jdgrimes](https://profiles.wordpress.org/jdgrimes/)(
1), [@crazycoders](https://profiles.wordpress.org/crazycoders/) (1), [@Ipstenu](https://profiles.wordpress.org/ipstenu/)(
1), [@nvartolomei](https://profiles.wordpress.org/nvartolomei/) (1), [@chriscct7](https://profiles.wordpress.org/chriscct7/)(
1), [@mordauk](https://profiles.wordpress.org/mordauk/) (1), [@knutsp](https://profiles.wordpress.org/knutsp/)(
1), [@GaryJ](https://profiles.wordpress.org/garyj/) (1), [@benoitchantre](https://profiles.wordpress.org/benoitchantre/)(
1), [@TJNowell](https://profiles.wordpress.org/tjnowell/) (1), [@gMagicScott](https://profiles.wordpress.org/gmagicscott/)(
1), [@Otto42](https://profiles.wordpress.org/otto42/) (1), [@mikejolley](https://profiles.wordpress.org/mikejolley/)(
1), [@juliobox](https://profiles.wordpress.org/juliobox/) (1), [@aspexi](https://profiles.wordpress.org/aspexi/)(
1), [@Rarst](https://profiles.wordpress.org/rarst/) (1), [@ryno267](https://profiles.wordpress.org/ryno267/)(
1), [@lev0](https://profiles.wordpress.org/lev0/) (1), [@jb510](https://profiles.wordpress.org/jb510/)(
1), [@gregorlove](https://profiles.wordpress.org/gregorlove/) (1), [@jamesbonham](https://profiles.wordpress.org/jamesbonham/)(
1), [@GeekStreetWP](https://profiles.wordpress.org/geekstreetwp/) (1), [@khromov](https://profiles.wordpress.org/khromov/)(
1), [@georgestephanis](https://profiles.wordpress.org/georgestephanis/) (1), [@joostdevalk](https://profiles.wordpress.org/joostdevalk/)(
1), [@damonganto](https://profiles.wordpress.org/damonganto/) (1), [@dd32](https://profiles.wordpress.org/dd32/)(
1), [@davidbaumwald](https://profiles.wordpress.org/davidbaumwald/) (1), [@olafklejnstrupjensen](https://profiles.wordpress.org/olafklejnstrupjensen/)(
1), [@jeremyfelt](https://profiles.wordpress.org/jeremyfelt/) (1), [@Mte90](https://profiles.wordpress.org/mte90/)(
1), [@ariskataoka](https://profiles.wordpress.org/ariskataoka/) (1), [@kjellr](https://profiles.wordpress.org/kjellr/)(
1), [@Presskopp](https://profiles.wordpress.org/presskopp/) (1), [@karmatosed](https://profiles.wordpress.org/karmatosed/)(
1), [@Travel_girl](https://profiles.wordpress.org/travel_girl/) (1), [@helen](https://profiles.wordpress.org/helen/)(
1), [@jacklenox](https://profiles.wordpress.org/jacklenox/) (1), [@bradt](https://profiles.wordpress.org/bradt/)(
1), [@seanchayes](https://profiles.wordpress.org/seanchayes/) (1), [@welcher](https://profiles.wordpress.org/welcher/)(
1), [@Mista-Flo](https://profiles.wordpress.org/mista-flo/) (1), [@dpik](https://profiles.wordpress.org/dpik/)(
1), [@Clorith](https://profiles.wordpress.org/clorith/) (1), [@lakrisgubben](https://profiles.wordpress.org/lakrisgubben/)(
1), [@DeusTron](https://profiles.wordpress.org/deustron/) (1), [@obenland](https://profiles.wordpress.org/obenland/)(
1), [@zkancs](https://profiles.wordpress.org/zkancs/) (1), [@johnjamesjacoby](https://profiles.wordpress.org/johnjamesjacoby/)(
1), [@jrf](https://profiles.wordpress.org/jrf/) (1), [@rogerlos](https://profiles.wordpress.org/rogerlos/)(
1), [@dlh](https://profiles.wordpress.org/dlh/) (1), [@displaynone](https://profiles.wordpress.org/displaynone/)(
1), [@grantmkin](https://profiles.wordpress.org/grantmkin/) (1), [@aristath](https://profiles.wordpress.org/aristath/)(
1), [@arkrs](https://profiles.wordpress.org/arkrs/) (1), [@mcsf](https://profiles.wordpress.org/mcsf/)(
1), [@matveb](https://profiles.wordpress.org/matveb/) (1), [@dimadin](https://profiles.wordpress.org/dimadin/)(
1), [@jeremy80](https://profiles.wordpress.org/jeremy80/) (1), [@kishanjasani](https://profiles.wordpress.org/kishanjasani/)(
1), @ipulc2 (1), [@sergiomdgomes](https://profiles.wordpress.org/sergiomdgomes/)(
1), [@Chouby](https://profiles.wordpress.org/chouby/) (1), [@dartiss](https://profiles.wordpress.org/dartiss/)(
1), [@TimothyBlynJacobs](https://profiles.wordpress.org/timothyblynjacobs/) (1),
[@szaqal21](https://profiles.wordpress.org/szaqal21/) (1), [@sahilmepani](https://profiles.wordpress.org/sahilmepani/)(
1), [@sumitsingh](https://profiles.wordpress.org/sumitsingh/) (1), [@antpb](https://profiles.wordpress.org/antpb/)(
1), [@mikeschroder](https://profiles.wordpress.org/mikeschroder/) (1), [@spacedmonkey](https://profiles.wordpress.org/spacedmonkey/)(
1), [@adamsilverstein](https://profiles.wordpress.org/adamsilverstein/) (1), [@schlessera](https://profiles.wordpress.org/schlessera/)(
1), [@swissspidy](https://profiles.wordpress.org/swissspidy/) (1), and [@dougwollison](https://profiles.wordpress.org/dougwollison/)(
1).

**Congrats and welcome to our 11 (!) new contributors of the week!** [@jeremy80](https://profiles.wordpress.org/jeremy80/),
[@hermpheus](https://profiles.wordpress.org/hermpheus/), [@ariskataoka](https://profiles.wordpress.org/ariskataoka/),
[@dpik](https://profiles.wordpress.org/dpik/), [@lakrisgubben](https://profiles.wordpress.org/lakrisgubben/),
[@DeusTron](https://profiles.wordpress.org/deustron/), [@zkancs](https://profiles.wordpress.org/zkancs/),
[@grantmkin](https://profiles.wordpress.org/grantmkin/), [@arkrs](https://profiles.wordpress.org/arkrs/),@
ipulc2, and [@sahilmepani](https://profiles.wordpress.org/sahilmepani/). ♥️

**Core committers:** [@sergeybiryukov](https://profiles.wordpress.org/sergeybiryukov/)(
26), [@gziolo](https://profiles.wordpress.org/gziolo/) (16), [@desrosj](https://profiles.wordpress.org/desrosj/)(
8), [@youknowriad](https://profiles.wordpress.org/youknowriad/) (5), [@jorgefilipecosta](https://profiles.wordpress.org/jorgefilipecosta/)(
2), [@peterwilsoncc](https://profiles.wordpress.org/peterwilsoncc/) (2), [@davidbaumwald](https://profiles.wordpress.org/davidbaumwald/)(
2), [@adamsilverstein](https://profiles.wordpress.org/adamsilverstein/) (1), [@antpb](https://profiles.wordpress.org/antpb/)(
1), [@ryelle](https://profiles.wordpress.org/ryelle/) (1), and [@clorith](https://profiles.wordpress.org/clorith/)(
1).

[#5-8](https://make.wordpress.org/core/tag/5-8/), [#week-in-core](https://make.wordpress.org/core/tag/week-in-core/)

 [  ](https://profiles.wordpress.org/boniu91/) [Piotrek Boniu](https://profiles.wordpress.org/boniu91/)
6:30 pm _on_ May 24, 2021     
Tags: [core-test ( 12 )](https://make.wordpress.org/core/tag/core-test/),
[testing ( 25 )](https://make.wordpress.org/core/tag/testing/)   

# 󠀁[Test scrub for WordPress 5.8](https://make.wordpress.org/core/2021/05/24/test-scrub-for-wordpress-5-8-2/)󠁿

We’ll be hosting test scrub for WordPress 5.8 on [2021-05-28 13:15](https://www.timeanddate.com/worldclock/fixedtime.html?iso=20210528T1315)
in the [core-test](https://app.slack.com/client/T024MFP4J/C02RQBWTW) channel. 
The
following tickets will be manually tested:

 * https://core.trac.wordpress.org/ticket/52555
 * https://core.trac.wordpress.org/ticket/51189

If we’ll have enough time and volunteers, we’ll also test the WidgetWidget A WordPress
Widget is a small block that performs a specific function. You can add these widgets
in sidebars also known as widget-ready areas on your web page. WordPress widgets
were originally created to provide a simple and easy-to-use way of giving design
and structure control of the WordPress theme to the user. Editor:

> [Help Test the Widgets Editor for WordPress 5.8](https://make.wordpress.org/core/2021/05/12/help-test-the-widgets-editor-for-wordpress-5-8/)

 **What you need**

 * [WordPress Develop environment](https://meta.trac.wordpress.org/ticket/5581#comment:3)
 * WordPress 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.
   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. for the second ticketticket Created
   for both bug reports and feature development on the bug tracker.

## How to apply a patchpatch A special text file that describes changes to code, by identifying the files and lines which are added, removed, and altered. It may also be referred to as a **diff**. A patch can be _applied_ to a codebase for testing.

TracTrac An open source project by Edgewall Software that serves as a bug tracker
and project management tool for WordPress. ticket, for example `35449`

    ```wp-block-preformatted
    npm run grunt patch:35449
    ```

How to fetch and then checkout a PR, for example, PR 828

    ```wp-block-preformatted
    git fetch upstream pull/828/head:pr-828git checkout pr-828
    ```

or for PR:

    ```wp-block-preformatted
    npm run grunt patch:https://github.com/WordPress/wordpress-develop/pull/828
    ```

Check the handbook for more ways to [test patches](https://make.wordpress.org/core/handbook/testing/patch/).

See you very soon! 👋

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

 [  ](https://profiles.wordpress.org/marybaum/) [marybaum](https://profiles.wordpress.org/marybaum/)
7:34 pm _on_ May 20, 2021     
Tags: [5.8 ( 99 )](https://make.wordpress.org/core/tag/5-8/),
[core ( 745 )](https://make.wordpress.org/core/tag/core/), [dev chat ( 922 )](https://make.wordpress.org/core/tag/dev-chat/),
[meetings ( 14 )](https://make.wordpress.org/core/tag/meetings/), [summary ( 975 )](https://make.wordpress.org/core/tag/summary/)

# 󠀁[Dev chat summary: May 19, 2021](https://make.wordpress.org/core/2021/05/20/dev-chat-summary-may-192021/)󠁿

[@peterwilsoncc](https://profiles.wordpress.org/peterwilsoncc/) and [@jeffpaul](https://profiles.wordpress.org/jeffpaul/)
led the two chats–05:00 and 20:00 UTC—on [this agenda.](https://make.wordpress.org/core/2021/05/18/dev-chat-agenda-for-may-19-2021/)

## Featured blogblog (versus network, site) posts

 [A Week in Core](https://make.wordpress.org/core/2021/05/10/a-week-in-core-may-10-2021/)
comes from [@audrasjb](https://profiles.wordpress.org/audrasjb/) and recognizes 
90 contributors, of whom 18 were new last week.

[What’s new in Gutenberg?](https://make.wordpress.org/core/2021/05/14/whats-new-in-gutenberg-10-6-12-may/)
Find out from [@vdwijngaert](https://profiles.wordpress.org/vdwijngaert/).

An update on the CoreCore Core is the set of software required to run WordPress.
The Core Development Team builds WordPress. editor from [@itsjusteileen](https://profiles.wordpress.org/itsjusteileen/)
[talks about that team’s monthly priorities](https://make.wordpress.org/core/2021/05/17/core-editor-meeting-12-may-2021/):

 * Global Styles
 * Navigation
 * Widgets Screen
 * FSE
 *  Mobile Projects

[@francina](https://profiles.wordpress.org/francina/) reports on the [Upgrade/Install meeting from Tuesday, May 18.](https://make.wordpress.org/core/2021/05/19/upgrade-install-component-meeting-notes-from-may-18th-2021/)

[@desrosj](https://profiles.wordpress.org/desrosj/) took to the News blog [to announce that Core is dropping support for IE11 in 5.8, what that means and how it will affect themes.](https://wordpress.org/news/2021/05/dropping-support-for-internet-explorer-11/)

The 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)
team has a proposal for updating TracTrac An open source project by Edgewall Software
that serves as a bug tracker and project management tool for WordPress. workflow
keywords. [They’d like another round of review, according to @joedolson’s post.](https://make.wordpress.org/accessibility/2021/05/19/follow-up-workflow-keyword-proposal/)

And finally, [@mattchowning](https://profiles.wordpress.org/mattchowning/) posted
[an apology for any consequences folks have suffered as a result of Gutenberg’s dual-licensing issues.](https://make.wordpress.org/core/2021/05/19/apologies-on-gutenberg-dual-licensing-process/)
In the 20:00 UTC meeting, [@jeffpaul](https://profiles.wordpress.org/jeffpaul/) 
also blamed himself and other folx for the project’s overall approach to getting
consent. Jeff recommends that if you’d like to discuss the situation further, please
comment on the post [respectfully and professionally.](https://make.wordpress.org/core/handbook/best-practices/post-comment-guidelines/#comments.)

## Posts that need feedback

Jeff highlighted [@andraganescu](https://profiles.wordpress.org/andraganescu/)‘s
post [asking for help testing the Widgets editor](https://make.wordpress.org/core/2021/05/12/help-test-the-widgets-editor-for-wordpress-5-8/)
and asked everyone involved with Core (_ed. note: including you, dear reader_) to
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. out 
some time to do that.

[@drewwestcott](https://profiles.wordpress.org/drewwestcott/) and [@daisyo](https://profiles.wordpress.org/daisyo/)
shared some feedback on the instructions, and [@webcommsat](https://profiles.wordpress.org/webcommsat/)
reported that Marketing is encouraging Meetups to promote the tests.

## Next release: 5.8

Both facilitators issued a reminder: Feature Freeze is now five days away, on [May 25, according to the full schedule.](https://make.wordpress.org/core/5-8/)

In the 20:00 chat, [@desrosj](https://profiles.wordpress.org/desrosj/) flagged that
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/)
feature freeze is today, May 20, with RC1.

At that point, [@jeffpaul](https://profiles.wordpress.org/jeffpaul/) [“_pause_](https://wordpress.slack.com/archives/C02RQBWTW/p1621455554199700)[
d][_ for what will feel like an uncomfortable amount of time to allow for calls for help…_“](https://wordpress.slack.com/archives/C02RQBWTW/p1621455554199700)

[@clorith](https://profiles.wordpress.org/clorith/) pointed out that his component,
Site Health, has a number of tickets marked ‘Good First Bug’ that could land in 
5.8, if new contributors want to pick them up. Since he was mobile during the meeting,
[@desrosj](https://profiles.wordpress.org/desrosj/) [compiled this list.](https://core.trac.wordpress.org/query?status=accepted&status=assigned&status=new&status=%5B%E2%80%A6%5D=owner&col=type&col=priority&col=milestone&order=priority)

Other tickets mentioned:

[#53212](https://core.trac.wordpress.org/ticket/53212), from [@pbiron](https://profiles.wordpress.org/pbiron/),
which [@davidbaumwald](https://profiles.wordpress.org/davidbaumwald/) said he’d 
review this week.

From [@mte90](https://profiles.wordpress.org/mte90/): [#44098](https://core.trac.wordpress.org/ticket/44098),
[#15145](https://core.trac.wordpress.org/ticket/15145), and [#17025](https://core.trac.wordpress.org/ticket/17025).
[@audrasjb](https://profiles.wordpress.org/audrasjb/) said he owes [@mte90](https://profiles.wordpress.org/mte90/)
some feedback on those tickets, and [@francina](https://profiles.wordpress.org/francina/)
indicated [she has an interest in the outcome. ](https://wordpress.slack.com/archives/C02RQBWTW/p1621456308215700)

## Component maintainers

[@jeffpaul](https://profiles.wordpress.org/jeffpaul/) moved the chat on to ask component
maintainers to share plans and needs for help for 5.8.

[@sergeybiryukov](https://profiles.wordpress.org/sergeybiryukov/) reported several
items.

Plugins: Core finally supports the `Update URI` 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. 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., so third-party plugins
no longer risk getting overwritten by an update of a similarly named plugin from
the [WordPress.org](https://wordpress.org/) Plugin Directory. See changeset [[50921]](https://core.trac.wordpress.org/changeset/50921)
and ticketticket Created for both bug reports and feature development on the bug
tracker. [#32101](https://core.trac.wordpress.org/ticket/32101) for more details.

General: `wp-config-sample.php` has some new language that makes it clear that custom
values should go in specific places, not just at the end of the file. Details are
in [#37199](https://core.trac.wordpress.org/ticket/37199).

[@desrosj](https://profiles.wordpress.org/desrosj/) [brought in an update from @youknowriad on Core-editor.](https://wordpress.slack.com/archives/C02QB2JS7/p1621450651190900)

[@antpb](https://profiles.wordpress.org/antpb/) reported on some [meeting-time changes for Media.](https://wordpress.slack.com/archives/C02RQBWTW/p1621456406218500)

[@chanthaboune](https://profiles.wordpress.org/chanthaboune/): Marketing is switching
from pre-merge to post-merge, pre-release work—that means boosting the signal for
testing features and the 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 building general awareness of FSE.

[@audrasjb](https://profiles.wordpress.org/audrasjb/) on Menus: Still planning to
ship [#21603](https://core.trac.wordpress.org/ticket/21603) before feature freeze.
On (Classic) Widgets: no major news.

[@milana_cap](https://profiles.wordpress.org/milana_cap/) on Docs: Starting collaboration
with Docs team, especially with [@bph](https://profiles.wordpress.org/bph/) for 
Block Editor user docs, and to get every handbook ready before release. She has 
also started populating the spreadsheet for tickets that need dev notesdev note 
Each important change in WordPress Core is documented in a developers note, (usually
called dev note). Good dev notes generally include a description of the change, 
the decision that led to this change, and a description of how developers are supposed
to work with that change. Dev notes are published on Make/Core blog during the beta
phase of WordPress release cycle. Publishing dev notes is particularly important
when plugin/theme authors and WordPress developers need to be aware of those changes.
In general, all dev notes are compiled into a Field Guide at the beginning of the
release candidate phase..

[@sabernhardt](https://profiles.wordpress.org/sabernhardt/) shared that the Toolbars
component has two tickets in the milestone: [#28569](https://core.trac.wordpress.org/ticket/28569)
and [#26933](https://core.trac.wordpress.org/ticket/26933).

## Open Floor

[@jeffpaul](https://profiles.wordpress.org/jeffpaul/) led off Open Floor with two
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/). announcements:

1) WordCamp Northeast Ohio Region is[ this weekend.](https://neo.wordcamp.org/2021/3:45)

2) WordCamp Europe tickets are going fast; [register for your FREE ticket now.](https://europe.wordcamp.org/2021/registration/)

[@clorith](https://profiles.wordpress.org/clorith/) announced the Support team is
looking for another deputy or two. Their workload has been growing over the years,
and it’s more than what one rep can comfortably do these days. And, he pointed out,
it’s a great opportunity to get involved without writing code. [Details are here.](https://make.wordpress.org/support/2021/05/support-team-deputies/)

[#5-8](https://make.wordpress.org/core/tag/5-8/), [#core](https://make.wordpress.org/core/tag/core/),
[#dev-chat](https://make.wordpress.org/core/tag/dev-chat/), [#meetings](https://make.wordpress.org/core/tag/meetings/),
[#summary](https://make.wordpress.org/core/tag/summary/)

# Post navigation

[← Older posts](https://make.wordpress.org/core/2021/page/35/?output_format=md)

[Newer posts →](https://make.wordpress.org/core/2021/page/33/?output_format=md)