Title: 2021 – Page 38 – Make WordPress Core

---

#  Yearly Archives: 2021

 [  ](https://profiles.wordpress.org/get_dave/) [David Smith](https://profiles.wordpress.org/get_dave/)
3:42 pm _on_ May 6, 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/),
[meeting notes ( 227 )](https://make.wordpress.org/core/tag/meeting-notes/), [summary ( 975 )](https://make.wordpress.org/core/tag/summary/)

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

This post summarises the weekly editor chat meeting ([agenda here](https://make.wordpress.org/core/2021/05/03/core-editor-meeting-agenda-5-may-2021/))
held on [2021-05-05 14:00 UTC](https://www.timeanddate.com/worldclock/fixedtime.html?iso=20210505T1400)
in [Slack](https://wordpress.slack.com/archives/C02QB2JS7/p1620223212180200). Moderated
by [@get_dave](https://profiles.wordpress.org/get_dave/profile/).

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

 * At the time of the meeting the latest release was [10.5.4](https://github.com/WordPress/gutenberg/releases/tag/v10.5.4).
 * [@get_dave](https://profiles.wordpress.org/get_dave/) noted [10.6 RC](https://github.com/WordPress/gutenberg/releases/tag/v10.6.0-rc.1)
   is due today (May 5th) with the stable release on May 12th.
 * Riad asked for volunteers to release the [RC for 10.6](https://github.com/WordPress/gutenberg/releases/tag/v10.6.0-rc.1)–
   this was completed post-meeting by [@vdwijngaert](https://profiles.wordpress.org/vdwijngaert/).

## WordPress 5.8

 * Feature freeze for Gutenberg for WordPress 5.8 is **May 19th** (10.7 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/38/?output_format=md#alpha-beta).).
 * [The release schedule for WP 5.8](https://make.wordpress.org/core/5-8/) is available.
 * Riad noted that to follow the progress, we have these two things:
    - [A project](https://github.com/WordPress/gutenberg/projects/55) to see all
      the different mandatory tasks for this release.
    - [A merge issue](https://github.com/WordPress/gutenberg/issues/31322) to track
      the progress of the integration of the Gutenberg updates into 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. before feature freeze date.
 * Riad asked for folks to [review and help with the experimental APIs in this Issue](https://github.com/WordPress/gutenberg/issues/31322).
 * [@gziolo](https://profiles.wordpress.org/gziolo/) is already working on bringing
   Gutenberg 10.5 into WordPress trunk.
 * [@youknowriad](https://profiles.wordpress.org/youknowriad/) is the Editor Tech
   lead for 5.8.

## Full Site Editing Next Steps

 * Reminder about [Hector Prieto’s _Full Site Editing Go/No Go: Next steps_ post](https://make.wordpress.org/core/2021/04/20/full-site-editing-go-no-go-next-steps/)
   which summarizes scope for Gutenberg in WordPress 5.8.
 * To summarise, the scope is roughly:
    - **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. theme building**
    - **Theme blocks (eg: Query, Navigation, Site Logo…etc) **
    - **Template editing within the post editor**
    - **Widgets Editor & Block Widgets in the 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. **
    - **Persistent List view in the post editor**
    - **Duotone design tool **
    - **Gallery block refactor**
 * Riad said we’re already in a good state as everything is developed but we may
   still have to do some calls about whether to keep everything or reconsider some
   parts of it.

## What’s new in Gutenberg

[@ajitbohra](https://profiles.wordpress.org/ajitbohra/) posted [What’s New In Gutenberg for the end of April](https://make.wordpress.org/core/2021/04/30/whats-new-in-gutenberg-10-5-28-april/).

Highlight’s included:

 * New block patterns and pattern transformations
 * “Template Editing Mode” – enables editing templates without leaving the Post 
   Editor.
 * File Block now supports embedding PDFs in most major browser
 * Block widgets in the Customizer now have media upload and richtext formats.
 * Fix autoscrolling when selecting partially “off screen” blocks.

## Key Project updates

Updates were requested for the key projects.

### Global Styles

[@nosolosw](https://profiles.wordpress.org/nosolosw/) provided [an update async via a Github Issue](https://github.com/WordPress/gutenberg/issues/20331#issuecomment-832542457).
I have omitted it here for brevity.

[@youknowriad](https://profiles.wordpress.org/youknowriad/) also provided us with
a summary update:

 * the new 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. format merged
 * we’re making `theme.json` stable (no more `experimental-theme.json` ) in 10.6.

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

[@andraganescu](https://profiles.wordpress.org/andraganescu/) provided the update.

 * The widgets editor has gone through [an amazing round ](https://github.com/WordPress/gutenberg/issues/24687)
   of polish.
 * Grouped up only late last week, this week all the major testing blockers have
   had their fixes merged in time for the new Gutenberg release.
 * The aim is to have a call for testing as soon as possible to collect feedback
   on the state and progress of the project.

### Navigation Block

[@joen](https://profiles.wordpress.org/joen/) provided an async update:

 * Still primarily focused on navigation block, and to enable patterns.
 * Hoping to help land the hamburger menu PR, which I’d appreciate your eyes on:
   [github.com/WordPress/gutenberg/pull/30047](http://github.com/WordPress/gutenberg/pull/30047)

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

 * Responsive hamburger menu aiming for GB 10.7 [PR-30047](https://github.com/WordPress/gutenberg/pull/30047)
   eyes welcome
 * Dynamic Home URLURL A specific web address of a website or web page on the Internet,
   such as a website’s URL www.wordpress.org is the last must-have for 5.8 in progress
   and looking good  [PR-30926](https://github.com/WordPress/gutenberg/pull/30926)
 * Refining placeholder and design

### Navigation Editor screen

[@get_dave](https://profiles.wordpress.org/get_dave/) provided an update:

 * The Nav editor continues to see steady progress.
 * We now have all entity (post, page, tagtag A directory in Subversion. WordPress
   uses tags to store a single snapshot of a version (3.6, 3.6.1, etc.), the common
   convention of tags in version control systems. (Not to be confused with post 
   tags.)…etc) block variations serialising to/parsing from their respective `nav_menu_item`
   s. So when you add a Post link it stays synced to that Post.
 * We also have lots of work going on regarding notifying users about unsaved changes.
 * Both nav block and editor features have also seen background improvements to 
   stability and test coverage.

### Full Site Editing

The meeting agreed this was mostly covered by the above items.

[@paaljoachim](https://profiles.wordpress.org/paaljoachim/) did ask if someone could
provide an async update on the Page templates.

Feel free to leave an update in the comments if you have one.

### Mobile Team

 * Shipped:
    - Block Editor Settings Endpoint ( [https://github.com/WordPress/gutenberg/pull/29969](https://github.com/WordPress/gutenberg/pull/29969))
    - Added a fix for the Press action on sliders ([https://github.com/wordpress-mobile/gutenberg-mobile/pull/3404](https://github.com/wordpress-mobile/gutenberg-mobile/pull/3404)),
    - Started work on iOSiOS The operating system used on iPhones and iPads. share
      extension
 * In Progress:
    - Gallery Block Refactor ( [https://github.com/WordPress/gutenberg/pull/26823](https://github.com/WordPress/gutenberg/pull/26823))
 *  - Editor Onboarding
    - Global Style Support – Colors
    - Reusable blocks
    - Adding search to the block inserter
    - Embed block
    - Slash inserter ( [https://github.com/WordPress/gutenberg/pull/29772](https://github.com/WordPress/gutenberg/pull/29772))

## Task Coordination

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

 * the usual grinding away for the FSE Outreach Program!
 * starting to [answer round two of questions](https://make.wordpress.org/test/2021/04/28/fse-program-bring-your-questions-round-two/)(
   submit by May 12th).
 * ran a [hallway hangout to chat about FSE items](https://make.wordpress.org/test/2021/04/29/hallway-hangout-discussion-on-full-site-editing-issues-prs-designs-29-april/).
 * updated documentation to [include how to run group testing](https://make.wordpress.org/test/handbook/full-site-editing-outreach-experiment/how-to-test-fse/).
 * [winding down the fifth call for testing](https://make.wordpress.org/test/2021/04/14/fse-program-testing-call-5-query-quest/).
 * Summary post for the fifth call for testing should be shipped this week.

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

 * Last week was Greek/Orthodox Easter so it was a half working week here:
 * Continued working on PR to autogenerate anchors for headings – [#30825](https://github.com/WordPress/gutenberg/pull/30825).
   Could use a review after today’s updates.
 * Font-sizes can now use non-px values – [#31314](https://github.com/WordPress/gutenberg/pull/31314)
 * WIP – Worked on splitting the `theme.css` file to conditionally load parts for
   rendered blocks only – [#31239](https://github.com/WordPress/gutenberg/pull/31239)(
   same as what we previously did for the `style.css` file).
 * This week & next week I plan to continue working on 5.8 tickets, converting the
   quote block to nested blocks, and improving the sustainability of block themes.
   Hopefully I won’t need to continue working on the autogenerate-anchors PR ’cause
   it will be merged.

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

 * Primarily focused on the new Navigation Editor.
 * I pushed another update for the “Most used terms” [feature](https://github.com/WordPress/gutenberg/pull/30598)
   and based on the latest feedback. I think it’s in a good place to merge into 
   the coreCore Core is the set of software required to run WordPress. The Core 
   Development Team builds WordPress..
 * There’s also a new [PR](https://github.com/WordPress/gutenberg/pull/31330) Site/
   Template editor welcome guide if anyone wants to test and provide feedback.

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

 * highlighting these issue that need feedback:
 * Improving multi-entity saving UIUI User interface method [https://github.com/WordPress/gutenberg/issues/31456](https://github.com/WordPress/gutenberg/issues/31456)
 * Move post/page title to the top bar. (As the Post Title block will be included
   in WP 5.8. The following issue would be helpful to have a very first iteration
   in place.) [https://github.com/WordPress/gutenberg/issues/27093](https://github.com/WordPress/gutenberg/issues/27093)

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

 * I’ve been working mostly on the Navigation editor. Focused primarily on fixing
   serialization and parsing:[https://github.com/WordPress/gutenberg/pull/31004](https://github.com/WordPress/gutenberg/pull/31004)
 * Also iterating on a longstanding idea to [add “rich” metadata to links to direct URLs in the link UI](https://github.com/WordPress/gutenberg/issues/31466).
   We have a 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/)
   endpoint and I have a [POC implementation](https://github.com/WordPress/gutenberg/pull/31464)
   which will need design and technical refinement.

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

 * Add semantic wrapper element in Query block([https://github.com/WordPress/gutenberg/pull/31421](https://github.com/WordPress/gutenberg/pull/31421))
 * Fix redo/undo icons for RTL languages([https://github.com/WordPress/gutenberg/pull/31219](https://github.com/WordPress/gutenberg/pull/31219))

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

 * Working on an accessible (and reusable) way of describing a path (eg: go to **
   Settings > Reading**) to follow, came up in [31122](https://github.com/WordPress/gutenberg/pull/31122)
 * Resuming work on the first step of duplicating post/page title to the top toolbar(
   issue: [27093](https://github.com/WordPress/gutenberg/issues/27093), PR: [31288](https://github.com/WordPress/gutenberg/pull/31288))
 * Tweaking the `ImageResizeControl` behavior, now it returns `NaN` when empty or
   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. [31355](https://github.com/WordPress/gutenberg/pull/31355)
 * Gave a go at fixing block conversion for <!–more–> tag in the middle of a paragraph
   [31374](https://github.com/WordPress/gutenberg/pull/31374), could use a review.

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

 * related to the wrapper element selectors that we’ve been adding, I did open up
   [https://github.com/WordPress/gutenberg/issues/31502](https://github.com/WordPress/gutenberg/issues/31502)
   to address a few concerns I thought of there.
 * Feedback is welcome!

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

 * Helping the merge of the theme.json shape changes (with reviews suggestions etc).
 * I also made some PR reviews not related to global styles.
 * I added some PR’s removing unused code 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.’s and stabilising other
   API’s.
 * Changed the way the global styles cpt is associated to a theme to use a taxonomyTaxonomy
   A taxonomy is a way to group things together. In WordPress, some common taxonomies
   are category, link, tag, or post format. [https://codex.wordpress.org/Taxonomies#Default_Taxonomies](https://codex.wordpress.org/Taxonomies#Default_Taxonomies).
   like the other FSE post types do.
 * Finishing a refactoring to the link color to use an elements + the same mechanism
   as duotone/layout instead of css variables.
 * I will work on moving theme.json to core and the code changes required to be 
   core first code.
 * I plan on fixing some old issues/tasks where I have been pinged and have some
   insights.
 * And if time allows I plan on starting the work on dashboard that shows the performance
   metrics on each commit merged to trunk.

## Open Floor

### Note for task coordination purposes: Automattic will be on remote virutal meetupMeetup All local/regional gatherings that are officially a part of the WordPress world but are not WordCamps are organized through 󠀁[https://www.meetup.com/](https://www.meetup.com/)󠁿. A meetup is typically a chance for local WordPress users to get together and share new ideas and seek help from one another. Searching for ‘WordPress’ on meetup.com will help you find options in your area. next week.

[@annezazu](https://profiles.wordpress.org/annezazu/) noted for task coordination
purposes that much of Automattic that focuses on the editor space is going to be
on a remote, virtual  meetup next week (12th & 13th). It might mean less of us coming
to the core editor chat or slightly less responsiveness during those days but it’ll
probably depend on the person.

### Please reconnect your 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/)󠁿 and 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/)󠁿 accounts.

 * [@desrosj](https://profiles.wordpress.org/desrosj/) flagged issue with some GitHub
   and [WordPress.org](https://wordpress.org/) connections where tokens expired 
   for some users.
 * If you have previously connected your GitHub account to your [WordPress.org](https://wordpress.org/)
   account, please head over and verify the connection is still active!
 * If you have never connected your accounts, please do! This is a huge help for
   the release squads when they compile the list of props for a given release.
 * We always want everyone to receive proper recognition for their contributions,
   and this is a huge help with matching contributions to Gutenberg on GitHub to
   a .org profile. 
 * [More info on connecting your Github profile to your WordPress.org account](https://make.wordpress.org/core/2021/05/03/expired-github-and-wordpress-org-profile-connections/.).

### Opt out Plugin to be used to disable the block based Widgets editor.

[@paaljoachim](https://profiles.wordpress.org/paaljoachim/) wanted to highlight 
this issue: [Add a plugin to disable the block based Widgets editor](https://github.com/WordPress/gutenberg/issues/31331).

As a plugin has been added if/when a user wants to go back to using the Classic 
Widget screen. I am hesitant. As it should be easier to jump between old <-> new.

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

“Easier” is complex. Adding buttons to switch in and out may sound easier, but using
the same system that has been used for years via plugins can be easier as well. 
Opening that issue, I did think about the option to add an “opt out” button. But
that would mean adding an opt in button as well. And that would mean adding a user
setting. And, if not a user setting then a way to store the opt in state. This, 
as the welcome screen in the Guteneberg editor has shown us, is not a reliable way.

[@andraganescu](https://profiles.wordpress.org/andraganescu/) indicated there would
be a “Welcome screen” on first use of the new Widget editor with clear information
about how to install the Plugin to easily opt out.

[@andraganescu](https://profiles.wordpress.org/andraganescu/) also confirmed there
will be multiple touch points:

 * Post install page.
 * Welcome screen.
 * Make post with more information.

## Wrap up

Due to the meeting taking longer than usual [@get_dave](https://profiles.wordpress.org/get_dave/)
wrapped up by encouraging any further open floor questions to be left async as a
comments (below).

Thanks to everyone who attended.

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

 [  ](https://profiles.wordpress.org/danfarrow/) [Dan Farrow](https://profiles.wordpress.org/danfarrow/)
2:43 pm _on_ May 6, 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: 29 April 2021](https://make.wordpress.org/core/2021/05/06/css-chat-summary-29-april-2021/)󠁿

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

## Housekeeping

 * A volunteer is needed to lead the next coreCore Core is the set of software required
   to run WordPress. The Core Development Team builds WordPress. CSSCSS Cascading
   Style Sheets. bugscrub which is happening on [06 May @ 8pm UTC](https://www.timeanddate.com/worldclock/fixedtime.html?msg=CSS+triage&iso=20210506T20&p1=1440&ah=1)

## Project updates

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

 * [@ryelle](https://profiles.wordpress.org/ryelle/) announced that the [CSS Audit tool now lives in the WordPress GitHub org](https://github.com/WordPress/css-audit)
   and the [latest generated report is available here](https://wordpress.github.io/css-audit/public/wp-admin)–
   fantastic news!
 * The next stage is to publish an introduction Make post – [@notlaura](https://profiles.wordpress.org/notlaura/)
   has started [a shared document here](https://docs.google.com/document/d/1NfVg-8IWHhUfKPQKToIW13XBGO4uVHZ3nhKgoh6Ba6Y/edit?usp=sharing)
   to work on that

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

 * [@ryelle](https://profiles.wordpress.org/ryelle/) has a [Make post ready for review](https://docs.google.com/document/d/1AiJofq7tcC6fTU9YJb0XnNWQoMp7yTpPO1xuBRAsRSU/edit?usp=sharing),
   with a roadmap for future work
 * We intend to discuss documentation for the naming scheme at next week’s meeting

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

 * [@danfarrow](https://profiles.wordpress.org/danfarrow/) noticed there had been
   some discussion on the ticketticket Created for both bug reports and feature 
   development on the bug tracker. which seems to have stalled

## Open floor / CSS link share

 * [@danfarrow](https://profiles.wordpress.org/danfarrow/) shared [this Shop Talk Show episode](https://shoptalkshow.com/460/)
   about upcoming future CSS features. Lots of stuff to look forward to!
 * [@joyously](https://profiles.wordpress.org/joyously/) [initiated a discussion](https://wordpress.slack.com/archives/CQ7V4966Q/p1619732507035300)
   seeking some clarity on details of the naming scheme. The discussion is not easy
   to summarise but she did raise some points that will be useful to consider when
   working on the documentation

Thanks everyone!

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

 [  ](https://profiles.wordpress.org/javiercasares/) [Javier Casares](https://profiles.wordpress.org/javiercasares/)
9:15 am _on_ May 6, 2021     
Tags: [make.wordpress.org/hosting ( 7 )](https://make.wordpress.org/core/tag/make-wordpress-org-hosting/),
[p2-xpost ( 213 )](https://make.wordpress.org/core/tag/p2-xpost/)   

# 󠀁[X-post: Hosting Team meeting summary 2021-05-05](https://make.wordpress.org/core/2021/05/06/xpost-hosting-team-meeting-summary-2021-05-05/)󠁿

X-post from [+make.wordpress.org/hosting](https://make.wordpress.org/hosting/): 
[Hosting Team meeting summary 2021-05-05](https://make.wordpress.org/hosting/2021/05/06/hosting-team-meeting-summary-2021-05-05/)

 [  ](https://profiles.wordpress.org/lukecarbis/) [Luke Carbis](https://profiles.wordpress.org/lukecarbis/)
7:33 pm _on_ May 5, 2021     
Tags: [5.8 ( 99 )](https://make.wordpress.org/core/tag/5-8/),
[bug scrub ( 84 )](https://make.wordpress.org/core/tag/bug-scrub/)   

# 󠀁[Bug Scrub Schedule for 5.8](https://make.wordpress.org/core/2021/05/05/bug-scrub-schedule-for-5-8/)󠁿

With [5.8 well underway](https://make.wordpress.org/core/5-8/), we’re ready to schedule
the 5.8 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. scrub sessions. These 5.8 specific ticketticket Created
for both bug reports and feature development on the bug tracker. scrubs will happen
each week until the final release.

**Alpha Scrubs:**

_Focus: [features and enhancements](https://core.trac.wordpress.org/query?status=accepted&status=assigned&status=new&status=reopened&status=reviewing&type=enhancement&type=feature+request&type=task+(blessed)&milestone=5.8&col=id&col=summary&col=type&col=status&col=owner&col=priority&col=component&col=changetime&col=keywords&order=changetime)_.

 * [May 10 2021 at 20:00 UTC](https://www.timeanddate.com/worldclock/fixedtime.html?iso=20210510T2000)
 * [May 18 2021 at 20:00 UTC](https://www.timeanddate.com/worldclock/fixedtime.html?iso=20210518T2000)
 * [May 19 2021 at 04:00 UTC](https://www.timeanddate.com/worldclock/fixedtime.html?iso=20210519T0400)
 * [May 24 2021 at 20:00 UTC](https://www.timeanddate.com/worldclock/fixedtime.html?iso=20210524T2000)
   day before Feature freeze/Bug Fixes period

_Focus: [defects](https://core.trac.wordpress.org/query?status=accepted&status=assigned&status=new&status=reopened&status=reviewing&type=defect+(bug)&type=task+(blessed)&milestone=5.8&col=id&col=summary&col=type&col=status&col=owner&col=priority&col=component&col=changetime&col=keywords&order=changetime)_.

 * [May 25 2021 at 20:00 UTC](https://www.timeanddate.com/worldclock/fixedtime.html?iso=20210525T2000)
 * [May 26 2021 at 04:00 UTC](https://www.timeanddate.com/worldclock/fixedtime.html?iso=20210526T0400)
 * [June 1 2021 at 20:00 UTC](https://www.timeanddate.com/worldclock/fixedtime.html?iso=20210601T2000)
 * [June 2 2021 at 04:00 UTC](https://www.timeanddate.com/worldclock/fixedtime.html?iso=20210602T0400)
 * [June 7 2021 at 20:00 UTC](https://www.timeanddate.com/worldclock/fixedtime.html?iso=20210607T2000)
   day before 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

**Beta Scrubs:**

_Focus: issues reported from the previous beta._

 * [June 14 2021 at 20:00 UTC](https://www.timeanddate.com/worldclock/fixedtime.html?iso=20210614T2000)
   day before Beta 2
 * [June 21 2021 at 20:00 UTC](https://www.timeanddate.com/worldclock/fixedtime.html?iso=20210621T2000)
   day before Beta 3
 * [June 28 2021 at 20:00 UTC](https://www.timeanddate.com/worldclock/fixedtime.html?iso=20210628T2000)
   day before 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/38/?output_format=md#alpha-beta).
   1

**RC Scrubs:**

_Focus: issues reported from the previous RC_

 * [July 5 2021 at 20:00 UTC](https://www.timeanddate.com/worldclock/fixedtime.html?iso=20210705T2000)
   day before RC 2
 * An additional scrub will be added if there are reported RC 2 issues.

Check this schedule often, as it will change to reflect the latest information.

Scrubs will be led by [@lukecarbis](https://profiles.wordpress.org/lukecarbis/) 
and [@chaion07](https://profiles.wordpress.org/chaion07/).

## What about recurring component scrubs and triagetriage The act of evaluating and sorting bug reports, in order to decide priority, severity, and other factors. sessions?

The above 5.8 scheduled bug scrubs are separate and in addition.

For your reference, here are some of the recurring sessions:

 * **Design Triage:** Every Monday 16:30 UTC in the [#design](https://wordpress.slack.com/messages/C02S78ZAL)
   channel.
 * **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/)
   Design Triage:** Every Tuesday 16:00 UTC in the [#design](https://wordpress.slack.com/messages/C02S78ZAL)
   channel.
 * **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) Scrub:** Every Friday 15:00 UTC in the [#accessibility](https://wordpress.slack.com/messages/C02RP4X03)
   channel.
 * **Testing Scrub**: Every other Tuesday 13:00 UTC in the [#core-test](https://wordpress.slack.com/messages/C03B0H5J0/)
   channel.
 * **CSSCSS Cascading Style Sheets. Scrub:** First Thursday of every month 20:00
   UTC in the [#core-css](https://wordpress.slack.com/messages/CQ7V4966Q/) channel.
 * **Upgade/Install Component:** Tuesdays at 17:00 UTC in the [#core-auto-update](https://make.wordpress.org/core/tag/core-auto-update/)
   channel.

## Want to lead a bug scrub?

Did you know that **anyone** can lead a bug scrub at anytime? **Yes, you can**!

How? 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.” me ([@lukecarbis](https://profiles.wordpress.org/lukecarbis/))
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/)
and let me know the day and time you’re considering as well as the report or tickets
you want to scrub.

Planning one that’s 5.8-focused? Awesome! We’ll add it to the schedule here. You’ll
get well deserved props in the weekly Dev Chat, as well as in the [#props](https://wordpress.slack.com/archives/C0FRG66LR)
Slack channel!

Where can you find tickets to scrub?

 * Report 5 provides a list of all open 5.8 tickets:
    - [Use this list](https://core.trac.wordpress.org/report/5?sort=priority&asc=1&page=1)
      to focus on highest priority tickets first.
    - [Use this list](https://core.trac.wordpress.org/report/5?sort=modified&asc=1&page=1)
      to focus on tickets that haven’t received love in a while.
 * [Report 6](https://core.trac.wordpress.org/report/6?sort=modified&asc=1&page=1)
   provides a list of open 5.8 tickets ordered by workflow.

Need a refresher on bug scrubs? Checkout [Leading Bug Scrubs](https://make.wordpress.org/core/handbook/tutorials/leading-bug-scrubs/)
in the coreCore Core is the set of software required to run WordPress. The Core 
Development Team builds WordPress. handbook.

## Questions?

Have a question, concern, or suggestion? Want to lead a bug scrub? Please leave 
a comment or reach out directly to me ([@lukecarbis](https://profiles.wordpress.org/lukecarbis/))
on slack.

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

 [  ](https://profiles.wordpress.org/francina/) [Francesca Marano](https://profiles.wordpress.org/francina/)
6:13 pm _on_ May 5, 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 notes from May 4th, 2021](https://make.wordpress.org/core/2021/05/05/upgrade-install-component-meeting-agenda-for-may-4th-2021-2/)󠁿

On Tuesday May 4, the component held a meeting in 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 main topic in agenda was the [Update the Updaters project kickoff](https://make.wordpress.org/core/2021/05/03/feature-project-updates-on-updating-the-updaters/).

These are the decisions taken about it:

 * The group will tackle the outcomes in order, to complete one sub-project before
   moving to another.
 * The weekly upgrade/install component meeting is back and the updater project 
   will be part of them. Tuesdays at 5 pm UTC is confirmed.
 * [@francina](https://profiles.wordpress.org/francina/) will post the agenda and
   host the meeting. If she isn’t available [@audrasjb](https://profiles.wordpress.org/audrasjb/)
   will step in.
 * [@pbiron](https://profiles.wordpress.org/pbiron/) is going to go through the 
   tickets in the “Outcome 1” list to prioritize them before the next meeting.
 * [@audrasjb](https://profiles.wordpress.org/audrasjb/) will refresh his patches
   as part of the “Outcome 1” drive.
 * The attendees agree that [@schlessera](https://profiles.wordpress.org/schlessera/)‘
   s proposal to make everything as compatible as possible with 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/) should be 
   part of the scope.
 * No additional tools will be used to keep track of the project at this time since
   it’s a small group of people working on it. If there will be more contributors(
   🤞), the decision will be revisited.

The attendees also checked an open ticketticket Created for both bug reports and
feature development on the bug tracker. on TracTrac An open source project by Edgewall
Software that serves as a bug tracker and project management tool for WordPress.(
[#53049](https://core.trac.wordpress.org/ticket/53049)) and agreed that it’s a good
idea to include a changelog in the autoupdate emails that users that have opted-
in to this service receive.

See you next week!

[#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/jeffpaul/) [Jeffrey Paul](https://profiles.wordpress.org/jeffpaul/)
1:53 am _on_ May 5, 2021     
Tags: [5.8 ( 99 )](https://make.wordpress.org/core/tag/5-8/),
[planning ( 36 )](https://make.wordpress.org/core/tag/planning/), [scope ( 4 )](https://make.wordpress.org/core/tag/scope/)

# 󠀁[WordPress 5.8: What’s on your to-do list?](https://make.wordpress.org/core/2021/05/05/wordpress-5-8-whats-on-your-to-do-list/)󠁿

With the [5.8 release scheduled for 20 July 2021](https://make.wordpress.org/core/5-8/),
I’d like to understand what work folks have planned for the release so that [@desrosj](https://profiles.wordpress.org/desrosj/)
and I can help track that overall scope and work to resolve blockers anyone has 
in achieving those goals (noting that our primary focus will be on [Full Site Editing](https://make.wordpress.org/core/2021/04/20/full-site-editing-go-no-go-next-steps/)).

Historically within the [major release cycle](https://make.wordpress.org/core/handbook/about/release-cycle/releasing-major-versions/#getting-started)
this is the time in which a “[wish list](https://make.wordpress.org/core/tag/wishlist/)”
post would be published. However, given the nature of the 5.8 release and it’s primary
focus on the release of Full Site Editing there won’t be the normal availability
to review a lengthy wish list and attend to getting that work to commit within the
release. We hope to return to that approach in a future release.

This post is specifically targeted at:

 * [Core Component Maintainers](https://make.wordpress.org/core/components/) to 
   understand what their intended focus is for 5.8
 * [Feature plugin authors](https://make.wordpress.org/core/handbook/about/release-cycle/features-as-plugins/)
   to understand what they hope to propose for merge in 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/)
   team (via [@youknowriad](https://profiles.wordpress.org/youknowriad/) as 5.8 
   Editor Tech Lead) to understand what WordPress CoreCore Core is the set of software
   required to run WordPress. The Core Development Team builds WordPress. changes
   are desired to support Full Site Editing (alongside the [already-defined “next steps”](https://make.wordpress.org/core/2021/04/20/full-site-editing-go-no-go-next-steps/))

So if you consider yourself a part of one of these three groups, **please share 
what your intended focus is for the 5.8 release** so that [@desrosj](https://profiles.wordpress.org/desrosj/)
and I can help track the overall 5.8 release scope.

**Deadline for response: 14 May 2021 **(10 days from now, 11 days from then until
Feature Freeze).

_Props [@desrosj](https://profiles.wordpress.org/desrosj/) for peer review._

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

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

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

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

## Blogblog (versus network, site) Post Highlights

 * [A Week in Core – May 3, 2021](https://make.wordpress.org/core/2021/05/03/a-week-in-core-may-3-2021/)
 * [Expired GitHub and WordPress.org profile connections](https://make.wordpress.org/core/2021/05/03/expired-github-and-wordpress-org-profile-connections/)
 * [Docs Focus role & workflow during WordPress release cycle](https://make.wordpress.org/core/2021/05/03/docs-focus-role-workflow-during-wordpress-release-cycle/)
 * [Full Site Editing Go/No Go: Next steps](https://make.wordpress.org/core/2021/04/20/full-site-editing-go-no-go-next-steps/)(
   outlines 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 work remaining for 5.8 release)

## Blog posts that need feedback

 * [Proposal: new workflow keyword to exclude tickets until review is needed](https://make.wordpress.org/accessibility/2021/04/29/proposal-new-workflow-keyword-to-exclude-tickets-until-review-is-needed/)

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

 * Bug Scrub schedule (TBD via [@lukecarbis](https://profiles.wordpress.org/lukecarbis/)
   and [@boniu91](https://profiles.wordpress.org/boniu91/))
 * Marketing schedule (based on [earlier plans](https://make.wordpress.org/updates/2021/03/12/full-site-editing-pre-merge-overview/))
 * Feature Freeze in 20 days on Tuesday, May 25th
 * 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 34 
   days on Tuesday, June 8th
 * 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/38/?output_format=md#alpha-beta).
   1 in 55 days on Tuesday, June 29th
 * 5.8 release in 76 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/).

_Props [@desrosj](https://profiles.wordpress.org/desrosj/) for peer review._

[#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/onemaggie/) [Maggie Cabrera](https://profiles.wordpress.org/onemaggie/)
1:45 pm _on_ May 4, 2021     
Tags: [make.wordpress.org/themes ( 26 )](https://make.wordpress.org/core/tag/make-wordpress-org-themes/),
[p2-xpost ( 213 )](https://make.wordpress.org/core/tag/p2-xpost/)   

# 󠀁[X-post: Block-based Themes Meeting Agenda: May 5, 2021](https://make.wordpress.org/core/2021/05/04/xpost-block-based-themes-meeting-agenda-may-5-2021/)󠁿

X-post from [+make.wordpress.org/themes](https://make.wordpress.org/themes/): [Block-based Themes Meeting Agenda: May 5, 2021](https://make.wordpress.org/themes/2021/05/04/block-based-themes-meeting-agenda-may-5-2021/)

 [  ](https://profiles.wordpress.org/audrasjb/) [Jb Audras](https://profiles.wordpress.org/audrasjb/)
11:17 pm _on_ May 3, 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 May 4th, 2021](https://make.wordpress.org/core/2021/05/03/upgrade-install-component-meeting-agenda-for-may-4th-2021/)󠁿

Next meeting is scheduled on [Tuesday May 4, 2021 at 19:00 UTC+2](https://www.timeanddate.com/worldclock/fixedtime.html?iso=20210504T1700)
and will take place on [#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 with the following agenda:

 * [Update the Updaters project kickoff](https://make.wordpress.org/core/2021/05/03/feature-project-updates-on-updating-the-updaters/)(
   thanks [@francina](https://profiles.wordpress.org/francina/) for putting this
   post together)
    - Outcome 1 – Make sure the zip uploads and unpacking are safe
    - Outcome 2 – Create a mechanism to upgrade and rollback
    - Outcome 3 – Have managed updates (database migrations)
    - Outcome 4 – Create a unified 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.
      convention for requirements and dependencies
 * Open floor / tickets awaiting review

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

[#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/audrasjb/) [Jb Audras](https://profiles.wordpress.org/audrasjb/)
10:24 pm _on_ May 3, 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 3, 2021](https://make.wordpress.org/core/2021/05/03/a-week-in-core-may-3-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 April 26 and
May 3, 2021.

 * 17 commits
 * 28 contributors
 * 57 tickets created
 * 4 tickets reopened
 * 44 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%2F03%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

### Build/Test Tools

 * Correctly test `grunt clean` when built to run from `src` – [#52625](https://core.trac.wordpress.org/ticket/52625)
 * Improve `get_bookmark()` test coverage – [#52988](https://core.trac.wordpress.org/ticket/52988)

### Bundled Themes

 * Twenty Twenty-One: Fix “Opening PHPPHP The web scripting language in which WordPress
   is primarily architected. WordPress requires PHP 7.4 or higher tagtag A directory
   in Subversion. WordPress uses tags to store a single snapshot of a version (3.6,
   3.6.1, etc.), the common convention of tags in version control systems. (Not 
   to be confused with post tags.) must be on a line by itself” 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. issue – [#52938](https://core.trac.wordpress.org/ticket/52938)
 * Twenty Twenty-One: Display page title as the H1 heading when a static page is
   selected as the “Posts page” – [#52938](https://core.trac.wordpress.org/ticket/52938)

### Coding Standards

 * Fix a whitespace at end of line issue in `wp-admin/includes/class-wp-comments-
   list-table.php` – [#52627](https://core.trac.wordpress.org/ticket/52627)
 * Use strict comparison in `wp-admin/includes/class-wp-posts-list-table.php` – 
   [#52627](https://core.trac.wordpress.org/ticket/52627)
 * Update `$out` in `WP_Widget_Pages` with a more meaningful name – [#53059](https://core.trac.wordpress.org/ticket/53059)
 * Fix a precision alignment issue in `wp-admin/includes/template.php` – [#52627](https://core.trac.wordpress.org/ticket/52627)

### Documentation

 * Document the usage of `$current_user` global in `get_user_by()` – [#53088](https://core.trac.wordpress.org/ticket/53088)

### Editor

 * Fix typo in image default size setting – [#52920](https://core.trac.wordpress.org/ticket/52920)
 * 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: Update the bundled block patterns – [#52846](https://core.trac.wordpress.org/ticket/52846)

### External Libraries

 * Upgrade PHPMailer to version 6.4.1 – [#53114](https://core.trac.wordpress.org/ticket/53114)

### Posts, Post Types

 * Pass the post object to `the_password_form` 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. – [#29008](https://core.trac.wordpress.org/ticket/29008)

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

 * Check the results of `get_metadata()` in `WP_REST_Meta_Fields` methods – [#53099](https://core.trac.wordpress.org/ticket/53099)

### Toolbar

 * Remove title attribute on pending updates link – [#26562](https://core.trac.wordpress.org/ticket/26562),
   [#53031](https://core.trac.wordpress.org/ticket/53031)

### Upgrade/Install

 * Display 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. and theme update counts on WordPress
   Updates screen – [#53031](https://core.trac.wordpress.org/ticket/53031)

### Users

 * Share current user instance across functions – [#28020](https://core.trac.wordpress.org/ticket/28020)

## Props

**Thanks to the 28 people who contributed to WordPress Core on Trac last week:**

[@mukesh27](https://profiles.wordpress.org/mukesh27/) (4), [@sabernhardt](https://profiles.wordpress.org/sabernhardt/)(
3), [@audrasjb](https://profiles.wordpress.org/audrasjb/) (3), [@peterwilsoncc](https://profiles.wordpress.org/peterwilsoncc/)(
2), [@hellofromtonya](https://profiles.wordpress.org/hellofromtonya/) (2), [@rmccue](https://profiles.wordpress.org/rmccue/)(
1), [@lukecarbis](https://profiles.wordpress.org/lukecarbis/) (1), [@donmhico](https://profiles.wordpress.org/donmhico/)(
1), [@chriscct7](https://profiles.wordpress.org/chriscct7/) (1), [@chaion07](https://profiles.wordpress.org/chaion07/)(
1), [@silb3r](https://profiles.wordpress.org/silb3r/) (1), [@paaggeli](https://profiles.wordpress.org/paaggeli/)(
1), [@david](https://profiles.wordpress.org/david/).binda (1), [@gziolo](https://profiles.wordpress.org/gziolo/)(
1), [@kjellr](https://profiles.wordpress.org/kjellr/) (1), [@beafialho](https://profiles.wordpress.org/beafialho/)(
1), [@melchoyce](https://profiles.wordpress.org/melchoyce/) (1), [@onemaggie](https://profiles.wordpress.org/onemaggie/)(
1), [@mamaduka](https://profiles.wordpress.org/mamaduka/) (1), [@ayeshrajans](https://profiles.wordpress.org/ayeshrajans/)(
1), [@Mte90](https://profiles.wordpress.org/mte90/) (1), [@afercia](https://profiles.wordpress.org/afercia/)(
1), [@Boniu91](https://profiles.wordpress.org/boniu91/) (1), [@francina](https://profiles.wordpress.org/francina/)(
1), [@rianrietveld](https://profiles.wordpress.org/rianrietveld/) (1), [@justinahinon](https://profiles.wordpress.org/justinahinon/)(
1), [@davidbaumwald](https://profiles.wordpress.org/davidbaumwald/) (1), and [@TimothyBlynJacobs](https://profiles.wordpress.org/timothyblynjacobs/)(
1).

**Congrats to our new contributor of the week:** [@paaggeli](https://profiles.wordpress.org/paaggeli/)
♥️

**Core committers:** [@sergeybiryukov](https://profiles.wordpress.org/sergeybiryukov/)(
10), [@peterwilsoncc](https://profiles.wordpress.org/peterwilsoncc/) (2), [@joedolson](https://profiles.wordpress.org/joedolson/)(
1), [@gziolo](https://profiles.wordpress.org/gziolo/) (1), [@davidbaumwald](https://profiles.wordpress.org/davidbaumwald/)(
1), [@desrosj](https://profiles.wordpress.org/desrosj/) (1), and [@youknowriad](https://profiles.wordpress.org/youknowriad/)(
1).

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

# Post navigation

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

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