Title: 2021 – Page 8 – Make WordPress Core

---

#  Yearly Archives: 2021

 [  ](https://profiles.wordpress.org/jorbin/) [Aaron Jorbin](https://profiles.wordpress.org/jorbin/)
6:57 pm _on_ November 10, 2021     
Tags: [git ( 7 )](https://make.wordpress.org/core/tag/git/),
[github ( 9 )](https://make.wordpress.org/core/tag/github/)   

# 󠀁[Default git branch for wordpress/wordpress-develop](https://make.wordpress.org/core/2021/11/10/default-git-branch-for-wordpress-wordpress-develop/)󠁿

Last year the decision was made to [move the default branches for official WordPress GitHub repositories from](https://make.wordpress.org/core/2020/06/18/proposal-update-all-git-repositories-to-use-main-instead-of-master/)`
master` to `trunk`. The necessary systems work for the svn to git sync has been 
completed and as of today, [https://github.com/WordPress/wordpress-develop](https://github.com/WordPress/wordpress-develop)
and git://develop.git.wordpress.orgWordPress.org The community site where WordPress
code is created and shared by the users. This is where you can download the source
code for WordPress core, plugins and themes as well as the central location for 
community conversations and organization. [https://wordpress.org/](https://wordpress.org/)/
have been updated to reflect the new default 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"..

If you have a local checkout, you can take the following steps to update the default
branch

    ```wp-block-code
    $ git checkout master
    $ git branch -m master trunk
    $ git fetch
    $ git branch --unset-upstream
    $ git branch -u origin/trunk
    $ git symbolic-ref refs/remotes/origin/HEAD refs/remotes/origin/trunk
    ```

Please note that https://github.com/wordpress/wordpress and git://core.git.wordpress.
org/ along with a few others on github have not been updated yet. This post will
be updated when that move is complete.

Thanks to [@desrosj](https://profiles.wordpress.org/desrosj/) for reviewing this
post.

[#git](https://make.wordpress.org/core/tag/git/), [#github](https://make.wordpress.org/core/tag/github/)

 [  ](https://profiles.wordpress.org/francina/) [Francesca Marano](https://profiles.wordpress.org/francina/)
3:54 pm _on_ November 10, 2021     
Tags: [5.9 ( 104 )](https://make.wordpress.org/core/tag/5-9/),
[agenda ( 1,141 )](https://make.wordpress.org/core/tag/agenda/), [core ( 743 )](https://make.wordpress.org/core/tag/core/),
[dev chat ( 920 )](https://make.wordpress.org/core/tag/dev-chat/)   

# 󠀁[Dev Chat Agenda for November 10, 2021](https://make.wordpress.org/core/2021/11/10/dev-chat-agenda-for-november-10-2021/)󠁿

Here is the agenda for this week’s developer meeting to occur on [November 10, 2021, at 20:00 UTC](https://www.timeanddate.com/worldclock/fixedtime.html?iso=20211110T2000).

**Please note that depending on your timezone, the time may have changed with the
end of daylight saving time.**

## Blogblog (versus network, site) Post Highlights and announcements

Bringing to your attention some interesting reads and some call for feedback and/
or volunteers:

 * We are now in the Feature Freeze phase of the release
 * Reminder! [Bug Scrub Schedule for 5.9](https://make.wordpress.org/core/2021/10/18/bug-scrub-schedule-for-5-9/)
 * [[[A Week in Core – November 8, 2021](https://make.wordpress.org/core/2021/11/08/a-week-in-core-november-8-2021/)
 * [Default git branch for wordpress/wordpress-develop](https://make.wordpress.org/core/2021/11/10/default-git-branch-for-wordpress-wordpress-develop/)

Have you been working on 5.9 related issues? Let everyone know!

## Components check-in and status updates

 * 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-9](https://make.wordpress.org/core/tag/5-9/), [#agenda](https://make.wordpress.org/core/tag/agenda/),
[#core](https://make.wordpress.org/core/tag/core/), [#dev-chat](https://make.wordpress.org/core/tag/dev-chat/)

 [  ](https://profiles.wordpress.org/justinahinon/) [Justin Ahinon](https://profiles.wordpress.org/justinahinon/)
7:45 am _on_ November 10, 2021     
Tags: [meeting notes ( 227 )](https://make.wordpress.org/core/tag/meeting-notes/),
[performance ( 414 )](https://make.wordpress.org/core/tag/performance/), [performance-chat ( 341 )](https://make.wordpress.org/core/tag/performance-chat/),
[summary ( 975 )](https://make.wordpress.org/core/tag/summary/)   

# 󠀁[Performance team meeting summary – November, 9 2021](https://make.wordpress.org/core/2021/11/10/performance-team-meeting-summary-november-9-2021/)󠁿

[@justinahinon](https://profiles.wordpress.org/justinahinon/) led the meeting on
[this agenda](https://make.wordpress.org/core/2021/11/09/performance-chat-agenda-november-9-2021/).
You can also read the [Slack logs](https://wordpress.slack.com/archives/C02KGN5K076/p1636470051166800).

## Updates about focus groups POCs (point of contacts)

[@aristath](https://profiles.wordpress.org/aristath/) and [@gziolo](https://profiles.wordpress.org/gziolo/)
are the POCs for the **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/)**
focus group, with the support of [@sergiomdgomes](https://profiles.wordpress.org/sergiomdgomes/).

[@josephscott](https://profiles.wordpress.org/josephscott/) and [@wp-source](https://profiles.wordpress.org/wp-source/)
are the **Measurement** focus group POCs.

[@adamsilverstein](https://profiles.wordpress.org/adamsilverstein/) and [@audrasjb](https://profiles.wordpress.org/audrasjb/)
are the POCs for respectively the **Images** and **Site Health** focus groups.

## Logistics, operations and projects prioritization for the focus groups

[@flixos90](https://profiles.wordpress.org/flixos90/) raised that we need to figure
out the project priorities for each focus group. [This document template](https://docs.google.com/document/d/1D0nmMb6YEGmdoesaEt77VU53U0m3N4RiSJOfrd_Yp2Y/edit)
has been prepared with some pointers on items to think about when writing down the
focus group priorities. It also considers the others aspects of the projects as 
the technical complexity, the impact, the potential blockers, the timeline, etc.

Using a document makes asynchronous communications easier, and ad-hoc conversations
can take place in the [#performance](https://wordpress.slack.com/archives/C02KGN5K076)
channel 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/).
The POC of each focus group can now create a copy of the template and share it in
the channel to allow other contributors to collaborate.

## Open floor

Read the open floor log [here](https://wordpress.slack.com/archives/C02KGN5K076/p1636472863227700)
on Slack.

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

 [  ](https://profiles.wordpress.org/francina/) [Francesca Marano](https://profiles.wordpress.org/francina/)
3:31 pm _on_ November 9, 2021     
Tags: [core-auto-updates ( 37 )](https://make.wordpress.org/core/tag/core-auto-updates/),
[updater ( 21 )](https://make.wordpress.org/core/tag/updater/), [upgrade-install ( 32 )](https://make.wordpress.org/core/tag/upgrade-install/)

# 󠀁[Upgrade/Install component meeting agenda for November 9, 2021](https://make.wordpress.org/core/2021/11/09/upgrade-install-component-meeting-agenda-for-november-9-2021/)󠁿

The next meeting is scheduled on [Tuesday, November 9, 2021, at 17:00 UTC](https://www.timeanddate.com/worldclock/fixedtime.html?iso=20211109T1700)
and will take place on the [#core-auto-updates](https://wordpress.slack.com/archives/CULBN711P/p1583863308013300)
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.

The aim of the meeting is to discuss the rollback for failed 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./theme updates 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. [#51857](https://core.trac.wordpress.org/ticket/51857)

[@peterwilsoncc](https://profiles.wordpress.org/peterwilsoncc/) reported some failures
on his tests, so the commit might need to be reverted. Let’s discuss it together.

Got something to propose for the agenda? Please leave a comment below.

See you there!

[#core-auto-updates](https://make.wordpress.org/core/tag/core-auto-updates/), [#updater](https://make.wordpress.org/core/tag/updater/),
[#upgrade-install](https://make.wordpress.org/core/tag/upgrade-install/)

 [  ](https://profiles.wordpress.org/paaljoachim/) [Paal Joachim Romdahl](https://profiles.wordpress.org/paaljoachim/)
12:29 pm _on_ November 9, 2021     
Tags: [agenda ( 1,141 )](https://make.wordpress.org/core/tag/agenda/),
[core-editor ( 756 )](https://make.wordpress.org/core/tag/core-editor/), [core-editor-agenda ( 189 )](https://make.wordpress.org/core/tag/core-editor-agenda/),
[meeting ( 405 )](https://make.wordpress.org/core/tag/meeting/)   

# 󠀁[Editor Chat Agenda: 10 November 2021](https://make.wordpress.org/core/2021/11/09/editor-chat-agenda-10-november-2021/)󠁿

Facilitator and notetaker: @fabiankaegy

This is the agenda for the weekly _editor chat_ scheduled for [Wednesday, November 10 2021, 0](https://www.timeanddate.com/worldclock/fixedtime.html?msg=Core+Editor+Meeting&iso=20211110T15&p1=187&ah=1)
[3](https://www.timeanddate.com/worldclock/fixedtime.html?msg=Core+Editor+Meeting&iso=20211110T15&p1=187&ah=1)
[:00 PM GMT+1](https://www.timeanddate.com/worldclock/fixedtime.html?msg=Core+Editor+Meeting&iso=20211110T15&p1=187&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/)._

 * 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/)
   11.9 will be released Wednesday.
 * [WordPress 5.9](https://make.wordpress.org/core/2021/09/03/wordpress-5-9-planning-roundup/)“
   Go, no go” date and [priorities](https://make.wordpress.org/core/2021/08/13/preliminary-road-to-5-9/).
 * [WordPress 5.9 Feature Go/No-Go | October 14, 2021](https://make.wordpress.org/core/2021/10/15/wordpress-5-9-feature-go-no-go-october-14-2021/)
 * Updates based on [updated scope for site editing projects](https://github.com/WordPress/gutenberg/issues/33094):
    - 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. & Navigation Editor.
    - Template editor.
    - Patterns.
    - Styling.
    - Mobile Team.
 * 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 an update for the main site editing projects, please feel free to
   share as a comment or come prepared for the meeting itself.
 * 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/), 
[#meeting](https://make.wordpress.org/core/tag/meeting/)

 [  ](https://profiles.wordpress.org/justinahinon/) [Justin Ahinon](https://profiles.wordpress.org/justinahinon/)
10:16 am _on_ November 9, 2021     
Tags: [agenda ( 1,141 )](https://make.wordpress.org/core/tag/agenda/),
[meeting ( 405 )](https://make.wordpress.org/core/tag/meeting/), [performance ( 414 )](https://make.wordpress.org/core/tag/performance/),
[performance-chat ( 341 )](https://make.wordpress.org/core/tag/performance-chat/)

# 󠀁[Performance Chat Agenda: November 9, 2021](https://make.wordpress.org/core/2021/11/09/performance-chat-agenda-november-9-2021/)󠁿

Here is the agenda for this week’s performance team meeting to occur on [November 9 2021, at 15:00 UTC](https://www.timeanddate.com/worldclock/fixedtime.html?iso=20211109T1500)

## Agenda

 * Defining the logistics for each group (tracking, POCs etc.)
 * Focus group projects and prioritization
 * Next steps for the team and the focus groups
 * Open Floor

## Defining the logistics for each group (tracking, POCs etc.)

In order for the focus groups to function properly, we need to define how they will
operate. Some ideas have already been put forward and will be shared at the meeting.
Please feel free to come and share yours as well.

## Focus group projects and prioritization

For each of the focus groups, there are several projects on the table. It is therefore
necessary to think about the roadmaps and prioritize the projects on which efforts
will be concentrated.

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

 [  ](https://profiles.wordpress.org/audrasjb/) [Jb Audras](https://profiles.wordpress.org/audrasjb/)
11:40 pm _on_ November 8, 2021     
Tags: [5.8.2 ( 16 )](https://make.wordpress.org/core/tag/5-8-2/),
[5.9 ( 104 )](https://make.wordpress.org/core/tag/5-9/), [core ( 743 )](https://make.wordpress.org/core/tag/core/),
[week in core ( 245 )](https://make.wordpress.org/core/tag/week-in-core/)   

# 󠀁[A Week in Core – November 8, 2021](https://make.wordpress.org/core/2021/11/08/a-week-in-core-november-8-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 November 1 and
November 8, 2021.

 * 60 commits
 * 115 contributors
 * 45 tickets created
 * 5 tickets reopened
 * 35 tickets closed

The Core team is currently working on the next point (5.8.2) and major (5.9) releases
🛠

Worth noting that [each feature slated to the 5.9 milestone has been validated](https://make.wordpress.org/core/2021/10/15/wordpress-5-9-feature-go-no-go-october-14-2021/),
that the [Twenty Twenty-Two Theme development is on the way](https://make.wordpress.org/core/2021/10/11/twenty-twenty-two-chat-summary-11-oct-2021/),
and the [5.9 bug scrub schedule has been published](https://make.wordpress.org/core/2021/10/18/bug-scrub-schedule-for-5-9/)
🚀

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=11%2F01%2F2021&daysback=7&authors=&ticket=on&changeset=on&repo-=on&repo-design=on&repo-tests=on&sfp_email=&sfph_mail=&update=Update).
The following is a summary of commits, organized by component and/or focus.

## Code changes

### Administration

 * Make dashboard 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. control submit button text more clear – [#54229](https://core.trac.wordpress.org/ticket/54229)
 * reword some “we” usages – [#46057](https://core.trac.wordpress.org/ticket/46057)

### Application Passwords

 * display guiding text & link in `user-edit.php` when unavailable – [#53658](https://core.trac.wordpress.org/ticket/53658)

### Build/Test Tools

 * Add end-to-end (e2e) tests for edit posts page – [#49507](https://core.trac.wordpress.org/ticket/49507)
 * Add missing `@covers` and visibility for `Tests_Admin_includesMisc` – [#39265](https://core.trac.wordpress.org/ticket/39265)
 * Add missing `@covers` tags for `Tests_Admin_includesFile` – [#39265](https://core.trac.wordpress.org/ticket/39265)
 * Add missing `@covers` tags for `Tests_Admin_includesListTable` – [#39265](https://core.trac.wordpress.org/ticket/39265)
 * Introduce local visual regressionregression A software bug that breaks or degrades
   something that previously worked. Regressions are often treated as critical bugs
   or [blockers](https://make.wordpress.org/core/2021/page/8/?output_format=md#blocker).
   Recent regressions may be given higher priorities. A "3.6 regression" would be
   a bug in 3.6 that worked as intended in 3.5. testing – [#49606](https://core.trac.wordpress.org/ticket/49606)
 * Pass workflow outcome to 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/)
   Notifications – [#53363](https://core.trac.wordpress.org/ticket/53363)
 * Restore changes to package.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. – [#54054](https://core.trac.wordpress.org/ticket/54054)
 * Restore the `https` URLURL A specific web address of a website or web page on
   the Internet, such as a website’s URL www.wordpress.org for `browserify-aes` –
   [#54054](https://core.trac.wordpress.org/ticket/54054)
 * Remove polyfills from 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. view scripts – [#53690](https://core.trac.wordpress.org/ticket/53690)
 * Clean up the `$_REQUEST` superglobal in `WP_UnitTestCase_Base::clean_up_global_scope()`–
   [#53363](https://core.trac.wordpress.org/ticket/53363)
 * Correct `@covers` tags in `WP_Comments_List_Table` tests – [#39265](https://core.trac.wordpress.org/ticket/39265)
 * Split `WP_Posts_List_Table` and `WP_Comments_List_Table` tests into two separate
   files for clarity – [#53363](https://core.trac.wordpress.org/ticket/53363)

### Bundled Themes

 * TwentySixteen – correct invalidinvalid A resolution on the bug tracker (and generally
   common in software development, sometimes also _notabug_) that indicates the 
   ticket is not a bug, is a support request, or is generally invalid. CSSCSS Cascading
   Style Sheets. `font-style` value – [#46807](https://core.trac.wordpress.org/ticket/46807)
 * Add privacy policy link to Twenty Twenty footer – [#53446](https://core.trac.wordpress.org/ticket/53446)
 * Ensure logo displays in 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. previewer – [#51337](https://core.trac.wordpress.org/ticket/51337)
 * Remove the “role” attribute on HTMLHTML HyperText Markup Language. The semantic
   scripting language primarily used for outputting content in web browsers. elements
   with a default landmark role – [#54079](https://core.trac.wordpress.org/ticket/54079)

### Code Modernization

 * Pass correct default value to `http_build_query()` in `get_core_checksums()` 
   and `wp_version_check()` – [#54229](https://core.trac.wordpress.org/ticket/54229)

### Coding Standards

 * Add `public` visibility to methods in `tests/phpunit/includes/` – [#54177](https://core.trac.wordpress.org/ticket/54177)
 * Add visibility to methods in `tests/phpunit/tests/` – [#54177](https://core.trac.wordpress.org/ticket/54177)
 * Consistently escape attribute in `wp-admin/themes.php` – [#54256](https://core.trac.wordpress.org/ticket/54256)
 * Fix some WPCSWordPress Community Support A public benefit corporation and a subsidiary
   of the WordPress Foundation, [established](https://wordpressfoundation.org/news/2016/introducing-wordpress-community-support-a-public-benefit-subsidiary/)
   in 2016. errors and warnings in `wp-admin/user-edit.php` – [#53658](https://core.trac.wordpress.org/ticket/53658)
 * Move `wp-includes/class-http.php` to `wp-includes/class-wp-http.php` – [#54389](https://core.trac.wordpress.org/ticket/54389),
   [#53359](https://core.trac.wordpress.org/ticket/53359)
 * Rename the `$strResponse` argument to `$str_response` in `WP_Http::processResponse()`–
   [#53359](https://core.trac.wordpress.org/ticket/53359)

### Comments

 * Add `noopener noreferrer` to author links in list table – [#40916](https://core.trac.wordpress.org/ticket/40916)
 * Avoid reparenting during post deletion – [#37703](https://core.trac.wordpress.org/ticket/37703)
 * Mark comment text field as required – [#16206](https://core.trac.wordpress.org/ticket/16206)
 * remove bespoke truncation from search string HTML – [#17636](https://core.trac.wordpress.org/ticket/17636)
 * attempt to clarify intent of “Default post settings” section – [#54300](https://core.trac.wordpress.org/ticket/54300)

### Customize

 * Fix `focus()` to collapse child panels and show parent panel – [#34436](https://core.trac.wordpress.org/ticket/34436)
 * Make range controls full width – [#54329](https://core.trac.wordpress.org/ticket/54329)

### Docs

 * Clarify the path usage register_block_type_from_metadata – [#53806](https://core.trac.wordpress.org/ticket/53806)
 * Fix some docblockdocblock (phpdoc, xref, inline docs) syntax errors and add a
   missing canonical reference – [#53399](https://core.trac.wordpress.org/ticket/53399),
   [#52867](https://core.trac.wordpress.org/ticket/52867), [#38942](https://core.trac.wordpress.org/ticket/38942),
   [#53668](https://core.trac.wordpress.org/ticket/53668)
 * Various docblock improvements and corrections – [#53399](https://core.trac.wordpress.org/ticket/53399)

### Editor

 * Update structure of title element for editing – [#52314](https://core.trac.wordpress.org/ticket/52314)

### External Libraries

 * Update the Iris color picker to version 1.1.1 – [#54224](https://core.trac.wordpress.org/ticket/54224)

### General

 * Remove the `svn:executable` property from `wp-admin/_index.php` – [#54321](https://core.trac.wordpress.org/ticket/54321)

### Help/About

 * Improve the Welcome text in `wp-admin/_index.php` – [#54321](https://core.trac.wordpress.org/ticket/54321)
 * Improve typography in the `Welcome to your WordPress Dashboard!` text – [#54321](https://core.trac.wordpress.org/ticket/54321)
 * Simplifies WordPress version in “Help” 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. – [#47848](https://core.trac.wordpress.org/ticket/47848)
 * add WordPress version to contextual “Help” sidebar area – [#47848](https://core.trac.wordpress.org/ticket/47848)

### Media

 * Add 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. for post thumbnail id – [#23983](https://core.trac.wordpress.org/ticket/23983)
 * Add filter for post thumbnail url – [#40547](https://core.trac.wordpress.org/ticket/40547)
 * Adjust alt text info link text – [#48939](https://core.trac.wordpress.org/ticket/48939)
 * Remove security messaging in media upload failures – [#53626](https://core.trac.wordpress.org/ticket/53626)
 * Use `WP_Query::get()` method to retrieve the `posts_per_page` value in `wp_ajax_query_attachments()`–
   [#54129](https://core.trac.wordpress.org/ticket/54129)

### Menus

 * Include `960` exact pixel width in collapse measurements – [#54210](https://core.trac.wordpress.org/ticket/54210)

### Permalinks

 * Sanitize non-visible characters inside `sanitize_title_with_dashes()` – [#47912](https://core.trac.wordpress.org/ticket/47912)

### Posts/Post Types

 * Add filter to `is_post_type_viewable()` – [#49628](https://core.trac.wordpress.org/ticket/49628)

### REST APIREST API The REST API is an acronym for the RESTful Application Program Interface (API) that uses HTTP requests to GET, PUT, POST and DELETE data. It is how the front end of an application (think “phone app” or “website”) can communicate with the data store (think “database” or “file system”) 󠀁[https://developer.wordpress.org/rest-api/](https://developer.wordpress.org/rest-api/)󠁿

 * Add URL Details endpoint – [#54358](https://core.trac.wordpress.org/ticket/54358)
 * Allow sidebars and their widgets to be public – [#53915](https://core.trac.wordpress.org/ticket/53915)
 * Improve translations, comments, and readability in URL Details endpoint – [#54358](https://core.trac.wordpress.org/ticket/54358)
 * Support subdirectory themes in the Themes controller – [#54349](https://core.trac.wordpress.org/ticket/54349)

### Site Health

 * Add the constant `WP_ENVIRONMENT_TYPE` for debug data – [#54340](https://core.trac.wordpress.org/ticket/54340)
 * Site Health: Update the icon used when no issues are reported – [#53980](https://core.trac.wordpress.org/ticket/53980)

### Themes

 * Introduce `get_header_image_tag_attributes` hook – [#38942](https://core.trac.wordpress.org/ticket/38942)

### Widgets

 * Add filter to disable RSS widget icon – [#52224](https://core.trac.wordpress.org/ticket/52224)
 * Remove unused CSS breaking wp_text_diff layout – [#54140](https://core.trac.wordpress.org/ticket/54140)

## Props

**Thanks to the 115 people who contributed to WordPress Core on Trac last week:**
[@audrasjb](https://profiles.wordpress.org/audrasjb/) (15), [@hellofromTonya](https://profiles.wordpress.org/hellofromtonya/)(
14), [@sabernhardt](https://profiles.wordpress.org/sabernhardt/) (14), [@costdev](https://profiles.wordpress.org/costdev/)(
8), [@sergeybiryukov](https://profiles.wordpress.org/sergeybiryukov/) (6), [@jrf](https://profiles.wordpress.org/jrf/)(
6), [@peterwilsoncc](https://profiles.wordpress.org/peterwilsoncc/) (5), [@justinahinon](https://profiles.wordpress.org/justinahinon/)(
4), [@johnbillion](https://profiles.wordpress.org/johnbillion/) (4), [@andraganescu](https://profiles.wordpress.org/andraganescu/)(
4), [@mukesh27](https://profiles.wordpress.org/mukesh27/) (4), [@joedolson](https://profiles.wordpress.org/joedolson/)(
3), [@sabbirshouvo](https://profiles.wordpress.org/sabbirshouvo/) (3), [@hareesh-pillai](https://profiles.wordpress.org/hareesh-pillai/)(
3), [@marybaum](https://profiles.wordpress.org/marybaum/) (3), [@pbearne](https://profiles.wordpress.org/pbearne/)(
3), [@SergeyBiryukov](https://profiles.wordpress.org/sergeybiryukov/) (3), [@johnjamesjacoby](https://profiles.wordpress.org/johnjamesjacoby/)(
2), [@swissspidy](https://profiles.wordpress.org/swissspidy/) (2), [@youknowriad](https://profiles.wordpress.org/youknowriad/)(
2), [@talldanwp](https://profiles.wordpress.org/talldanwp/) (2), [@hellofromtonya](https://profiles.wordpress.org/hellofromtonya/)(
2), [@knutsp](https://profiles.wordpress.org/knutsp/) (2), [@azaozz](https://profiles.wordpress.org/azaozz/)(
2), [@isabel_brison](https://profiles.wordpress.org/isabel_brison/) (2), [@spacedmonkey](https://profiles.wordpress.org/spacedmonkey/)(
2), [@webcommsat](https://profiles.wordpress.org/webcommsat/) (2), [@dlh](https://profiles.wordpress.org/dlh/)(
2), [@karmatosed](https://profiles.wordpress.org/karmatosed/) (2), [@afercia](https://profiles.wordpress.org/afercia/)(
2), [@antpb](https://profiles.wordpress.org/antpb/) (2), [@desrosj](https://profiles.wordpress.org/desrosj/)(
2), [@iluy](https://profiles.wordpress.org/iluy/) (2), [@mai21](https://profiles.wordpress.org/mai21/)(
2), [@tobifjellner](https://profiles.wordpress.org/tobifjellner/) (1), [@danfarrow](https://profiles.wordpress.org/danfarrow/)(
1), [@mnelson4](https://profiles.wordpress.org/mnelson4/) (1), [@donmhico](https://profiles.wordpress.org/donmhico/)(
1), [@noisysocks](https://profiles.wordpress.org/noisysocks/) (1), [@netweb](https://profiles.wordpress.org/netweb/)(
1), [@shaunandrews](https://profiles.wordpress.org/shaunandrews/) (1), [@obenland](https://profiles.wordpress.org/obenland/)(
1), [@ocean90](https://profiles.wordpress.org/ocean90/) (1), [@retrofox](https://profiles.wordpress.org/retrofox/)(
1), [@timothyblynjacobs](https://profiles.wordpress.org/timothyblynjacobs/) (1),
[@domainsupport](https://profiles.wordpress.org/domainsupport/) (1), [@xknown](https://profiles.wordpress.org/xknown/)(
1), [@marekhrabe](https://profiles.wordpress.org/marekhrabe/) (1), [@ipstenu](https://profiles.wordpress.org/ipstenu/)(
1), [@jakubtyrcha](https://profiles.wordpress.org/jakubtyrcha/) (1), [@get_dave](https://profiles.wordpress.org/get_dave/)(
1), [@webaxones](https://profiles.wordpress.org/webaxones/) (1), [@lukecavanagh](https://profiles.wordpress.org/lukecavanagh/)(
1), [@tobiasbg](https://profiles.wordpress.org/tobiasbg/) (1), [@wpweaver](https://profiles.wordpress.org/wpweaver/)(
1), [@abesell132](https://profiles.wordpress.org/abesell132/) (1), [@junaidbhura](https://profiles.wordpress.org/junaidbhura/)(
1), [@chaion07](https://profiles.wordpress.org/chaion07/) (1), [@shital-patel](https://profiles.wordpress.org/shital-patel/)(
1), [@mamaduka](https://profiles.wordpress.org/mamaduka/) (1), [@aduth](https://profiles.wordpress.org/aduth/)(
1), [@ashfame](https://profiles.wordpress.org/ashfame/) (1), [@davidwebca](https://profiles.wordpress.org/davidwebca/)(
1), [@beaulebens](https://profiles.wordpress.org/beaulebens/) (1), [@poena](https://profiles.wordpress.org/poena/)(
1), [@kevin940726](https://profiles.wordpress.org/kevin940726/) (1), [@paaljoachim](https://profiles.wordpress.org/paaljoachim/)(
1), [@dhanendran](https://profiles.wordpress.org/dhanendran/) (1), [@Ankit](https://profiles.wordpress.org/ankit/)
K Gupta (1), [@aristath](https://profiles.wordpress.org/aristath/) (1), [@westonruter](https://profiles.wordpress.org/westonruter/)(
1), [@alexvorn2](https://profiles.wordpress.org/alexvorn2/) (1), [@deepaklalwani](https://profiles.wordpress.org/deepaklalwani/)(
1), [@jackreichert](https://profiles.wordpress.org/jackreichert/) (1), [@ibenic](https://profiles.wordpress.org/ibenic/)(
1), [@joemcgill](https://profiles.wordpress.org/joemcgill/) (1), [@rzen](https://profiles.wordpress.org/rzen/)(
1), [@leogermani](https://profiles.wordpress.org/leogermani/) (1), [@sebastianpisula](https://profiles.wordpress.org/sebastianpisula/)(
1), [@gilbitron](https://profiles.wordpress.org/gilbitron/) (1), [@engelen](https://profiles.wordpress.org/engelen/)(
1), [@kapilpaul](https://profiles.wordpress.org/kapilpaul/) (1), [@strider72](https://profiles.wordpress.org/strider72/)(
1), [@rianrietveld](https://profiles.wordpress.org/rianrietveld/) (1), [@solarissmoke](https://profiles.wordpress.org/solarissmoke/)(
1), [@infected](https://profiles.wordpress.org/infected/) (1), [@Boniu91](https://profiles.wordpress.org/boniu91/)(
1), [@mikeschroder](https://profiles.wordpress.org/mikeschroder/) (1), [@circlecube](https://profiles.wordpress.org/circlecube/)(
1), [@Presskopp](https://profiles.wordpress.org/presskopp/) (1), [@melchoyce](https://profiles.wordpress.org/melchoyce/)(
1), [@powerbuoy](https://profiles.wordpress.org/powerbuoy/) (1), [@ryelle](https://profiles.wordpress.org/ryelle/)(
1), [@celloexpressions](https://profiles.wordpress.org/celloexpressions/) (1), [@ryokuhi](https://profiles.wordpress.org/ryokuhi/)(
1), [@malae](https://profiles.wordpress.org/malae/) (1), [@Cybr](https://profiles.wordpress.org/cybr/)(
1), [@mattwiebe](https://profiles.wordpress.org/mattwiebe/) (1), [@Clorith](https://profiles.wordpress.org/clorith/)(
1), [@erayalakese](https://profiles.wordpress.org/erayalakese/) (1), [@adam3128](https://profiles.wordpress.org/adam3128/)(
1), [@cybr](https://profiles.wordpress.org/cybr/) (1), [@coreyw](https://profiles.wordpress.org/coreyw/)(
1), [@craigfrancis](https://profiles.wordpress.org/craigfrancis/) (1), [@acosmin](https://profiles.wordpress.org/acosmin/)(
1), [@hilayt24](https://profiles.wordpress.org/hilayt24/) (1), [@zodiac1978](https://profiles.wordpress.org/zodiac1978/)(
1), [@Mte90](https://profiles.wordpress.org/mte90/) (1), [@zieladam](https://profiles.wordpress.org/zieladam/)(
1), [@generosus](https://profiles.wordpress.org/generosus/) (1), [@kraftbj](https://profiles.wordpress.org/kraftbj/)(
1), [@bjorsch](https://profiles.wordpress.org/bjorsch/) (1), [@bgoewert](https://profiles.wordpress.org/bgoewert/)(
1), [@boniu91](https://profiles.wordpress.org/boniu91/) (1), @mt8.biz (1).

**Congrats and welcome to our 12 (!) new contributors of the week: **[@iluy](https://profiles.wordpress.org/iluy/),
[@domainsupport](https://profiles.wordpress.org/domainsupport/), [@webaxones](https://profiles.wordpress.org/webaxones/),
[@abesell132](https://profiles.wordpress.org/abesell132/), [@davidwebca](https://profiles.wordpress.org/davidwebca/),
[@gilbitron](https://profiles.wordpress.org/gilbitron/), [@infected](https://profiles.wordpress.org/infected/),
[@adam3128](https://profiles.wordpress.org/adam3128/), [@hilayt24](https://profiles.wordpress.org/hilayt24/),
[@generosus](https://profiles.wordpress.org/generosus/), [@bjorsch](https://profiles.wordpress.org/bjorsch/),
[@bgoewert](https://profiles.wordpress.org/bgoewert/) ♥️

**Core committers:** [@hellofromtonya](https://profiles.wordpress.org/hellofromtonya/)(
19), [@sergeybiryukov](https://profiles.wordpress.org/sergeybiryukov/) (12), [@johnjamesjacoby](https://profiles.wordpress.org/johnjamesjacoby/)(
9), [@joedolson](https://profiles.wordpress.org/joedolson/) (5), [@antpb](https://profiles.wordpress.org/antpb/)(
4), [@johnbillion](https://profiles.wordpress.org/johnbillion/) (2), [@clorith](https://profiles.wordpress.org/clorith/)(
2), [@timothyblynjacobs](https://profiles.wordpress.org/timothyblynjacobs/) (2),
[@gziolo](https://profiles.wordpress.org/gziolo/) (2), [@peterwilsoncc](https://profiles.wordpress.org/peterwilsoncc/)(
1), [@davidbaumwald](https://profiles.wordpress.org/davidbaumwald/) (1), [@desrosj](https://profiles.wordpress.org/desrosj/)(
1).

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

 [  ](https://profiles.wordpress.org/chanthaboune/) [Josepha](https://profiles.wordpress.org/chanthaboune/)
10:00 pm _on_ November 8, 2021     
Tags: [commit ( 19 )](https://make.wordpress.org/core/tag/commit/),
[core ( 743 )](https://make.wordpress.org/core/tag/core/), [core-committers ( 9 )](https://make.wordpress.org/core/tag/core-committers/)

# 󠀁[New Committers: 2021](https://make.wordpress.org/core/2021/11/08/new-committers-2021/)󠁿

2021 has sped by with two major releases and a final one underway. These releases
are made possible by many coreCore Core is the set of software required to run WordPress.
The Core Development Team builds WordPress. committers who actively review and merge
contributions (on top of other things). This year six new people were added to that
list of committers, so please join me in welcoming and thanking them for their contributions.

First up is **[David Baumwald](https://profiles.wordpress.org/davidbaumwald/)** (
[@davidbaumwald](https://profiles.wordpress.org/davidbaumwald/)). David served as
Triagetriage The act of evaluating and sorting bug reports, in order to decide priority,
severity, and other factors. Release LeadRelease Lead The community member ultimately
responsible for the Release. for releases 5.3, 5.4, and 5.5 and has acted as a mentor
throughout the 5.6 and 5.7 releases.  David has also served as a Component Maintainer
for Comments.

Our next new committercommitter A developer with commit access. WordPress has five
lead developers and four permanent core developers with commit access. Additionally,
the project usually has a few guest or component committers - a developer receiving
commit access, generally for a single release cycle (sometimes renewed) and/or for
a specific component. is **[William Patton](https://profiles.wordpress.org/williampatton/)**(
[@williampatton](https://profiles.wordpress.org/williampatton/)). William, a self-
proclaimed lover of all things sandwich, has been a diligent contributor since 2010
and brought his expertise to the Theme Team and 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., 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/), and Plugins.

[**Jonny Harris **](https://profiles.wordpress.org/spacedmonkey/)([@spacedmonkey](https://profiles.wordpress.org/spacedmonkey/))
has been an active member of the WordPress project since 2009! While Jonny is a 
professional WordPress developer, he gives back to the project by working in CLICLI
Command Line Interface. Terminal (Bash) in Mac, Command Prompt in Windows, or WP-
CLI for WordPress. and Core and working as one of our new committers.

Next up is [**Jeff Ong**](https://profiles.wordpress.org/jffng/) ([@jffng](https://profiles.wordpress.org/jffng/))!
Jeff’s introduction to WordPress began in 2013 when he made a blogblog (versus network,
site) to document his media art. Fast forward to today, Jeff contributes 40 hours
a week to the Themes team. In addition to seeing him in his committer role, you’ll
often see his name associated with default themes (looking at you, Twenty Twenty-
Two).

If you have visited our 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/) 
[#core](https://make.wordpress.org/core/tag/core/) channel, you will have seen our
next committer, [**Jb Audras**](https://profiles.wordpress.org/audrasjb/) ([@audrasjb](https://profiles.wordpress.org/audrasjb/)).
Jb is a current WordPress Core team representative, is one of the French General
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/8/?output_format=md#l10n),
[internationalization](https://make.wordpress.org/core/2021/page/8/?output_format=md#i18n).
Editors since 2017, has acted as a Widgets and Menus components maintainer, and 
was an 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 representative. He has also been a focus lead on WordPress releases 5.3 (accessibility),
5.4 (documentation coordinator), 5.5 (accessibility lead), 5.6 (Core auto-updates
wrangler), and 5.7 (documentation lead).

[Marius Jensen](https://profiles.wordpress.org/clorith/) ([@clorith](https://profiles.wordpress.org/clorith/))
began his WordPress journey in 2010, and since, his contributions span from bbPressbbPress
Free, open source software built on top of WordPress for easily creating forums 
on sites. [https://bbpress.org](https://bbpress.org) to Core to translations. Marius
is a warm presence in the support forums and has made a positive impact on the Project
with his work on the Site Health feature pluginFeature Plugin A plugin that was 
created with the intention of eventually being proposed for inclusion in WordPress
Core. See [Features as Plugins](https://make.wordpress.org/core/handbook/about/release-cycle/features-as-plugins/),
the jQuery upgrade, and is now a Core committer.

Last but certainly not least is the inimitable[** Tonya Mork **](https://profiles.wordpress.org/hellofromtonya/)(
[@hellofromtonya](https://profiles.wordpress.org/hellofromtonya/)). Tonya has been
part of WordPress since 2015 and has since been triage lead for WordPress releases
5.6 and 5.7, a team representative for Test, and is now a Core committer!

Please join me in congratulating this excellent cohort of committers! 🎉💫

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

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

 [  ](https://profiles.wordpress.org/ajitbohra/) [Ajit Bohra](https://profiles.wordpress.org/ajitbohra/)
4:27 pm _on_ November 8, 2021     
Tags: [core-editor ( 756 )](https://make.wordpress.org/core/tag/core-editor/),
[core-editor-summary ( 185 )](https://make.wordpress.org/core/tag/core-editor-summary/),
[editor ( 223 )](https://make.wordpress.org/core/tag/editor/), [gutenberg ( 546 )](https://make.wordpress.org/core/tag/gutenberg/),
[meeting notes ( 227 )](https://make.wordpress.org/core/tag/meeting-notes/)   

# 󠀁[Editor chat summary: Wednesday, 03 November 2021](https://make.wordpress.org/core/2021/11/08/editor-chat-summary-wednesday-03-november-2021/)󠁿

This post summarizes the latest weekly Editor meeting ([agenda](https://make.wordpress.org/core/2021/11/02/editor-chat-agenda-03-november-2021/),
[slack transcript](https://wordpress.slack.com/archives/C02QB2JS7/p1635948064415500)),
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, November 03, 2021, 14:00 UTC](https://www.timeanddate.com/worldclock/fixedtime.html?iso=20211103T1400).

## General Updates

 * [Whats new in Gutenberg 11.8.0.](https://make.wordpress.org/core/2021/10/28/whats-new-in-gutenberg-11-8-0-27-october/)
 * [WordPress 5.9 planning roundup.](https://make.wordpress.org/core/2021/09/03/wordpress-5-9-planning-roundup/)
 * [WordPress 5.9 Feature Go/No-Go](https://make.wordpress.org/core/2021/10/15/wordpress-5-9-feature-go-no-go-october-14-2021/).
 * [WP 5.9 Editor update](https://make.wordpress.org/core/2021/10/25/wordpress-5-9-editor-update-26-october/).

## Updates on the key projects

## **Mobile**

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

 Shipped

 * Added Media File and Attachment Page options to the native Image 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. Link
   To menu

**Improvements and Fixes**

 * Added more integration tests for embed blocks
 * Added a Fixed Height context to improve inner block handling of fixed heights

**In Progress**

 * Final tweaks to the Embed block so we can stamp this first iteration on that 
   block as complete
 * GSS Font size, line height, colors.

## Global Styles

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

 * we’ve been working on the 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 to prepare things for 
   CoreCore Core is the set of software required to run WordPress. The Core Development
   Team builds WordPress. merge.
 * The next steps for us are going to be to work on the Core Patches for both Global
   Styles and FSE (block themes) infrastructure.

## Styling

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

 * We also continued the interactions of the design of the styling UIUI User interface
 * For example we just merged a [PR](https://github.com/WordPress/gutenberg/pull/35783)
   that shows multiple color palettes core, theme and user (if a user one exists).
 * The new user color palette editor also passed by some iterations and should be
   ready.

## Task Coordination

_Note: Anyone reading this summary outside of the meeting, please drop a comment
in the post summary, if you can/want to help with something._

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

 * During the past week, I’ve been focused on reviews to move 5.9 tasks forward,
   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 a couple of bigger things:
 * Migrate [theme.json v1 to v2](https://github.com/WordPress/gutenberg/pull/36155).
   Existing themes with 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. v1 still
   work as expected, but we’re preparing things to land in 5.9, which means cutting
   a new version for theme.json.
 * The PR to show colors from different sources uncovered a dormant bug that did
   not have any effect until now and that we’re fixing [here](https://github.com/WordPress/gutenberg/pull/36054).
   The fix is to stop retrofitting the filtered settings from the `block_editor_settings`
   into theme.json and instead use the theme supports directly. This may affect 
   plugins that used the `block_editor_settings` to change theme support values,
   and they should be updated to use the `after_theme_setup` 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. instead.
 * For next week, I plan to keep helping with reviews, bug fixes, and porting code
   to WordPress core.

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

We have made some progress on the Post Comments blocks. All the info can be found
in [its tracking issue](https://github.com/WordPress/gutenberg/issues/34994) and
[its GitHub project](https://github.com/WordPress/gutenberg/projects/61). This was
the progress made during the last couple of weeks:

 * [Comment Query Loop block](https://github.com/WordPress/gutenberg/issues/34996)&
   [Comment Template block](https://github.com/WordPress/gutenberg/issues/35000):
   These blocks are the wrappers for the rest of the block elements. An initial 
   version of them was merged in this [Pull Request](https://github.com/WordPress/gutenberg/pull/35231)
   made by [@michalczaplinski](https://github.com/michalczaplinski), and he is working
   on the next steps on [this other Pull Request](https://github.com/WordPress/gutenberg/pull/36065).
 * [Comment Content block](https://github.com/WordPress/gutenberg/issues/30574):
   [@DAreRodz](https://github.com/DAreRodz) finished [this Pull Request](https://github.com/WordPress/gutenberg/pull/35183)
   and it has already been merged.
 * [Comment Avatar Author block](https://github.com/WordPress/gutenberg/issues/30575):
   [@c4rl0sbr4v0](https://github.com/c4rl0sbr4v0) finished [this Pull Request](https://github.com/WordPress/gutenberg/pull/35396)
   and it was merged as well.
 * [Comment Reply Link block](https://github.com/WordPress/gutenberg/issues/30576):
   [@DAreRodz](https://github.com/DAreRodz) worked on [this other Pull Request](https://github.com/WordPress/gutenberg/pull/35774)
   and it was merged too.
 * [Comment Edit Comment Link block](https://github.com/WordPress/gutenberg/issues/30577):
   Another [Pull Request](https://github.com/WordPress/gutenberg/pull/35965) where
   [@c4rl0sbr4v0](https://github.com/c4rl0sbr4v0) worked on and was merged.

Please note that this won’t be included in WordPress 5.9. There is still important
functionality missing and it hasn’t been tested properly. For now, we will keep 
working on the aspects left in the Comment Query LoopLoop The Loop is PHP code used
by WordPress to display posts. Using The Loop, WordPress processes each post to 
be displayed on the current page, and formats it according to how it matches specified
criteria within The Loop tags. Any HTML or PHP code in the Loop will be processed
on each post. [https://codex.wordpress.org/The_Loop](https://codex.wordpress.org/The_Loop)
block and start working on the blocks related to the Comments pagination.

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

 * Bits of work around of getting schemas in an easy/usable/correct/consistent state.
   The final piece is [getting this redirect setup for handy URLs](https://make.wordpress.org/systems/2021/11/03/redirects-for-json-schemas/)

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

 * I have been involved in review the global style endpoints and made some PR’s 
   that make the UI closer to the mockups
 * For the next week the main objective is backportbackport A port is when code 
   from one branch (or trunk) is merged into another branch or trunk. Some changes
   in WordPress point releases are the result of backporting code from trunk to 
   the release branch. the global styles/theme.json infrastructure into core

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

I’m primarily on the default theme, but I’d like to highlight two more global issues
I’ve been testing that I think could use more feedback and ideas: 

 * Post/page [editor text bumps up against the screen ](https://github.com/WordPress/gutenberg/issues/35884)
   by default. This seems like a regressionregression A software bug that breaks
   or degrades something that previously worked. Regressions are often treated as
   critical bugs or [blockers](https://make.wordpress.org/core/2021/page/8/?output_format=md#blocker).
   Recent regressions may be given higher priorities. A "3.6 regression" would be
   a bug in 3.6 that worked as intended in 3.5., and it effects a large portion 
   of themes.
 * [Layout settings break content](https://github.com/WordPress/gutenberg/issues/36057)
   for users who migrate to a block theme.

## Open Floor

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

 * [Proposal](https://github.com/WordPress/gutenberg/issues/34550) to Remove block-
   templates and block-templates-parts directories for FSE. 

[Read complete transcript](https://wordpress.slack.com/archives/C02QB2JS7/p1635948064415500)

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

 [  ](https://profiles.wordpress.org/notlaura/) [Lara Schenck](https://profiles.wordpress.org/notlaura/)
7:28 pm _on_ November 4, 2021     
Tags: [agenda ( 1,141 )](https://make.wordpress.org/core/tag/agenda/),
[core-css ( 191 )](https://make.wordpress.org/core/tag/core-css/)   

# 󠀁[CSS Chat Agenda: November 4, 2021](https://make.wordpress.org/core/2021/11/04/css-chat-agenda-november-4-2021/)󠁿

The next weekly CSSCSS Cascading Style Sheets. meeting is today [Thursday, November 4, 2021, 05:00 PM EDT](https://www.timeanddate.com/worldclock/fixedtime.html?iso=20211104T21&p1=1440)
in the [#core-css](https://make.wordpress.org/core/tag/core-css/) channel in 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 are any other topics you’d like to discuss, please leave a comment on this
post.

There will also be a CoreCore Core is the set of software required to run WordPress.
The Core Development Team builds WordPress. CSS Triagetriage The act of evaluating
and sorting bug reports, in order to decide priority, severity, and other factors.
starting at [20:00pm UTC](https://www.timeanddate.com/worldclock/fixedtime.html?msg=WordPress+Core+CSS+Triage&iso=20210902T20&p1=%3A&ah=1),
an hour before the meeting.

## Meeting Agenda

 * Welcome ([21:00pm UTC](https://www.timeanddate.com/worldclock/fixedtime.html?msg=WordPress+Core+CSS+Chat&iso=20210902T21&p1=1440&ah=1))
 * Announcements & housekeeping
 * CSS Custom Properties ([#49930](https://core.trac.wordpress.org/ticket/49930))
 * Open floor / CSS link share

See you there!

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

# Post navigation

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

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