43494 Commits

Author SHA1 Message Date
Jonathan Desrosiers
4ba7f55796 Build/Test Tools: Backport several build tool fixes & improvements.
This backports a handful of test fixes related to generating code coverage reporting, as well as some `devDependency` updates.

Backports [50591-50595,50597-50598] to the 5.7 branch.
See #52624, #52786, #51734.

git-svn-id: https://develop.svn.wordpress.org/branches/5.7@50601 602fd350-edb4-49c9-b593-d223f7449a82
2021-03-26 16:07:38 +00:00
Jonathan Desrosiers
c2e97f26f4 Revert [50599].
Unprops desrosj.

git-svn-id: https://develop.svn.wordpress.org/branches/5.7@50600 602fd350-edb4-49c9-b593-d223f7449a82
2021-03-26 15:54:07 +00:00
Jonathan Desrosiers
0559bf34cf git-svn-id: https://develop.svn.wordpress.org/branches/5.7@50599 602fd350-edb4-49c9-b593-d223f7449a82 2021-03-26 15:50:36 +00:00
Jonathan Desrosiers
c0a3a1b062 Twenty Twelve: Change theme version back to 3.3.
Because the changes in Twenty Twelve did not impact site look or functionality, version 3.4 of Twenty Twelve was not released in coordination with WordPress 5.7.

This reverts the portion of [50508] relevant to Twenty Twelve, changing the version back to 3.3 so that version 3.4 is not skipped accidentally when there are changes that should be released.

Merges [50596] to the 5.7 branch.
See #52704.

git-svn-id: https://develop.svn.wordpress.org/branches/5.7@50597 602fd350-edb4-49c9-b593-d223f7449a82
2021-03-26 15:27:36 +00:00
Jonathan Desrosiers
8e15999eff Build/Test Tools: Run test workflows on old branches on a schedule.
On TravisCI, old branches still receiving security updates were tested on a regular basis. This ensured tests continued to pass as time passed even if updates were not made to these branches.

On GitHub Actions, there is no interface to configure this (TravisCI had a UI), but there is a `schedule` event that can trigger workflow runs on cron that can be used to accomplish the same thing.

This introduces a workflow file that runs twice a month (on the 1st and 15th) to verify the tests within older branches.

Because the `schedule` event only runs within the primary branch, the appropriate workflows in each old branch will be triggered manually through the `workflow_dispatch` trigger using the GitHub REST API. `workflow_dispatch` will need to be added to all workflows in all old branches in order for the event to dispatch successfully.

Merges [50590] to the 5.7 branch.
See #52653.

git-svn-id: https://develop.svn.wordpress.org/branches/5.7@50591 602fd350-edb4-49c9-b593-d223f7449a82
2021-03-26 13:16:23 +00:00
Peter Wilson
3a3839c56c Twenty Seventeen: Remove extra space around post editor.
The editor uses the full height of its container, so the added margins cause the visual editor to break out of the container. This removes the top & bottom margins, and makes the left & right margins consistent with the meta box area.

Follow-up to [50465].

Props joseeyoast, audrasjb, SergeyBiryukov.
Merges [50534] to the 5.7 branch.
Fixes #52816.


git-svn-id: https://develop.svn.wordpress.org/branches/5.7@50588 602fd350-edb4-49c9-b593-d223f7449a82
2021-03-26 04:08:37 +00:00
Peter Wilson
84dc8fce67 Robots: Remove contradictory directive check in wp_robots().
Removes the mutually exclusive directives check in `wp_robots()`, ie allow both `follow` and `nofollow` to be specified and for `archive` and `noarchive` to be specified.

This fixes a bug in which WordPress would defer to the most permissive over the least permissive. When contradictory instructions are included, WordPress will defer to the search engine's or archivist's resolution policy: generally this is to observe the least, not most permissive.

Props Cybr, flixos90, SergeyBiryukov.
Merges [50566] to the 5.7 branch.
Fixes #52713.


git-svn-id: https://develop.svn.wordpress.org/branches/5.7@50587 602fd350-edb4-49c9-b593-d223f7449a82
2021-03-26 00:26:55 +00:00
Jonathan Desrosiers
c44eb304c8 Build/Test Tools: Backport several GitHub Action improvements and dependency updates.
This backports several GitHub Action improvements and `devDependency` updates to the 5.7 branch.

Backports [50432,50435-50436,50479,50485-50487,50545,50579] to the 5.7 branch.
See #52667, #52643, #52658, #52660, #52624, #52625.

git-svn-id: https://develop.svn.wordpress.org/branches/5.7@50584 602fd350-edb4-49c9-b593-d223f7449a82
2021-03-25 19:59:44 +00:00
Kelly Choyce-Dwan
5de5b823da Pointers: Make pointer border darker to match arrow tip.
Props johnjamesjacoby, melchoyce, SergeyBiryukov.
Merges [50551] to the 5.7 branch.
Fixes #52670.



git-svn-id: https://develop.svn.wordpress.org/branches/5.7@50581 602fd350-edb4-49c9-b593-d223f7449a82
2021-03-25 15:36:11 +00:00
Kelly Choyce-Dwan
ae523ec894 Login, Registration: Prevent button misalignment on login screen.
Replace the CSS removed in [50569], which is used to align the login & register buttons.

Props mukesh27, audrasjb.
Reviewed by SergeyBiryukov.
Merges [50577] to the 5.7 branch.
Fixes #52834.



git-svn-id: https://develop.svn.wordpress.org/branches/5.7@50580 602fd350-edb4-49c9-b593-d223f7449a82
2021-03-25 15:31:39 +00:00
Sergey Biryukov
3bdec19895 Accessibility: Administration: Use a darker gray color for various admin UI items.
This ensures that the color meets the WCAG 2.0 AA recommended contrast ratio.

Follow-up to [50025], [50525].

Props sabernhardt, ryelle.
Merges [50571] to the 5.7 branch.
Fixes #52760.

git-svn-id: https://develop.svn.wordpress.org/branches/5.7@50578 602fd350-edb4-49c9-b593-d223f7449a82
2021-03-25 14:42:44 +00:00
Peter Wilson
eabca4f181 Privacy: Wrap text in buttons on privacy policy guide.
On narrow screens allow the text to wrap in the copy buttons on the privacy policy guide screen to avoid horizontal overflow of the parent container.

Props audrasjb, davidbaumwald, jaymanpandya, paaljoachim, palmiak, sabernhardt, SergeyBiryukov, sumitsingh.
Merges [50568] to the 5.7 branch.
Fixes #52751.


git-svn-id: https://develop.svn.wordpress.org/branches/5.7@50574 602fd350-edb4-49c9-b593-d223f7449a82
2021-03-25 00:05:05 +00:00
Peter Wilson
7e66aefa7f REST API: Prevent database error when deleting meta data.
Add a check to `WP_REST_Meta_Fields::delete_meta_value()` ensuring meta data is set before attempting to delete it from the database. If the data does not exist, the delete is considered successful as the data matches the desired state.

Props BrechtVds, goaroundagain, TimothyBlynJacobs.
Merges [50567] to the 5.7 branch.
Fixes #52787.


git-svn-id: https://develop.svn.wordpress.org/branches/5.7@50573 602fd350-edb4-49c9-b593-d223f7449a82
2021-03-25 00:02:35 +00:00
Peter Wilson
ba6f27827c Login, Registration: Prevent button misalignment on password reset screen.
Prevent misalignment of "generate password" and "save password" buttons on the password reset screen on narrow screens and in languages requiring longer text than English.

Props audrasjb, grapplerulrich, ryelle.
Merges [50569] to the 5.7 branch.
Fixes #52834.


git-svn-id: https://develop.svn.wordpress.org/branches/5.7@50572 602fd350-edb4-49c9-b593-d223f7449a82
2021-03-24 23:59:55 +00:00
Peter Wilson
7398473d33 Media: Pass the appropriate reference into wp_getimagesize.
With changes that were introduced in #49889 the second parameter for getimagesize() function is expecting a a reference.

Previously, most calls did not pass the 2nd param, and as a result, we are getting unexpected results.

This was only a problem with applications that are using a custom stream wrapper, and the image contained EXIF data.

For more see:

    https://github.com/humanmade/S3-Uploads/issues/496
    https://github.com/aws/aws-sdk-php/issues/1923 

Fixes #52826.
Merges [50552] to the 5.7 branch.
Props terriann, SergeyBiryukov, Mista-Flo, hellofromTonya, rinatkhaziev, whyisjake.


git-svn-id: https://develop.svn.wordpress.org/branches/5.7@50553 602fd350-edb4-49c9-b593-d223f7449a82
2021-03-19 02:11:23 +00:00
Jonathan Desrosiers
f01016e1e3 Build/Test Tools: Pin NodeJS 14.x in the .nvmrc file for the 5.7 branch.
See #52341.

git-svn-id: https://develop.svn.wordpress.org/branches/5.7@50539 602fd350-edb4-49c9-b593-d223f7449a82
2021-03-17 19:44:15 +00:00
Kelly Choyce-Dwan
a0e82e5c0f Help/About: Run image comparison script after all assets have loaded.
If the callback is called before the images are loaded, the comparison doesn't work. `wp.domReady` uses `DOMContentLoaded`, which does not guarantee that the images are loaded. This switches to use the `load` event, which waits for all resources to load.

Props vladytimy, joyously, sergeybiryukov.
Merges [50535] to the 5.7 branch.
Fixes #52758.



git-svn-id: https://develop.svn.wordpress.org/branches/5.7@50536 602fd350-edb4-49c9-b593-d223f7449a82
2021-03-15 19:55:49 +00:00
Sergey Biryukov
e00b7ce926 Accessibility: Administration: Use a darker color for post dates in the Activity and Quick Draft dashboard widgets.
This ensures that the color meets the WCAG 2.0 AA recommended contrast ratio.

Follow-up to [50025].

Props sabernhardt, Otshelnik-Fm, audrasjb.
Merges [50525] to the 5.7 branch.
Fixes #52760.

git-svn-id: https://develop.svn.wordpress.org/branches/5.7@50526 602fd350-edb4-49c9-b593-d223f7449a82
2021-03-12 12:06:25 +00:00
Kelly Choyce-Dwan
35ee26dbd3 Help/About: Use absolute URLs for inline images on About pages.
This ensures the images are loaded correctly from both single site and network About pages.

Props TobiasBg, audrasjb.
Merges [50523] to the 5.7 branch.
Fixes #52743.



git-svn-id: https://develop.svn.wordpress.org/branches/5.7@50524 602fd350-edb4-49c9-b593-d223f7449a82
2021-03-11 21:48:43 +00:00
Sergey Biryukov
65ef3d1d13 Help/About: Correct the WebM video URL on About page.
Props mihdan, audrasjb.
Merges [50518] to the 5.7 branch.
Fixes #52756.

git-svn-id: https://develop.svn.wordpress.org/branches/5.7@50519 602fd350-edb4-49c9-b593-d223f7449a82
2021-03-10 10:28:08 +00:00
Jonathan Desrosiers
319af9ef8e Post WordPress 5.7 version bump.
The 5.7 branch is now 5.7.1 alpha.

git-svn-id: https://develop.svn.wordpress.org/branches/5.7@50515 602fd350-edb4-49c9-b593-d223f7449a82
2021-03-09 21:07:15 +00:00
Sergey Biryukov
2b54128958 WordPress 5.7.
git-svn-id: https://develop.svn.wordpress.org/branches/5.7@50513 602fd350-edb4-49c9-b593-d223f7449a82
2021-03-09 20:13:15 +00:00
Sergey Biryukov
f9be303194 Update $_old_files for 5.7.
Follow up to [50066].

Props desrosj.
Reviewed by davidbaumwald, SergeyBiryukov.
Fixes #52334.

git-svn-id: https://develop.svn.wordpress.org/branches/5.7@50511 602fd350-edb4-49c9-b593-d223f7449a82
2021-03-08 19:03:41 +00:00
Jonathan Desrosiers
64444cd67e Build/Test Tools: Ensure the test_php_and_js_shortcode_attribute_regexes_match() test can run when testing using either the src or build directory.
Reviewed by desrosj, johnbillion.
Props alexstine, desrosj.
Merges [50501] to the 5.7 branch.
Fixes #51734.

git-svn-id: https://develop.svn.wordpress.org/branches/5.7@50509 602fd350-edb4-49c9-b593-d223f7449a82
2021-03-08 15:14:30 +00:00
Jonathan Desrosiers
739323f34b Bundled Themes: Bump theme version numbers for WordPres 5.7.
This updates all new default themes to new versions, which will be released shortly after WordPress 5.7. The new versions are:

- Twenty Twenty-One: 1.2
- Twenty Twenty: 1.7
- Twenty Nineteen: 2.0
- Twenty Seventeen: 2.6
- Twenty Sixteen: 2.4
- Twenty Fifteen: 2.9
- Twenty Fourteen: 3.1
- Twenty Thirteen: 3.3
- Twenty Twelve: 3.4
- Twenty Eleven: 3.7
- Twenty Ten: 3.3

Reviewed by desrosj, williampatton.
Merges [50507] to the 5.7 branch.
Fixes #52704.

git-svn-id: https://develop.svn.wordpress.org/branches/5.7@50508 602fd350-edb4-49c9-b593-d223f7449a82
2021-03-08 14:54:12 +00:00
Sergey Biryukov
c299eee817 Post WordPress 5.7 RC3 version bump.
git-svn-id: https://develop.svn.wordpress.org/branches/5.7@50503 602fd350-edb4-49c9-b593-d223f7449a82
2021-03-05 20:23:55 +00:00
Sergey Biryukov
183883fee8 WordPress 5.7 RC3.
git-svn-id: https://develop.svn.wordpress.org/branches/5.7@50502 602fd350-edb4-49c9-b593-d223f7449a82
2021-03-05 20:09:43 +00:00
Sergey Biryukov
9df89e8baa XML-RPC: Pass an empty array to the xmlrpc_call action in methods that have no arguments.
This avoids an "Undefined variable" PHP notice in the `::mt_supportedMethods()` and `::mt_supportedTextFilters()` methods.

Follow-up to [50353].

Props dd32.
Reviewed by dd32, SergeyBiryukov.
Merges [50499] to the 5.7 branch.
Fixes #52524.

git-svn-id: https://develop.svn.wordpress.org/branches/5.7@50500 602fd350-edb4-49c9-b593-d223f7449a82
2021-03-05 11:04:47 +00:00
Sergey Biryukov
c977b75c27 Help/About: Clarify two strings.
The intro text has been updated for accuracy and to make it easier for translation. The button text has been updated for accuracy.

Props jdy68, audrasjb, marybaum, davidbaumwald.
Reviewed by ryelle, SergeyBiryukov.
Merges [50495] to the 5.7 branch.
See #52347.

git-svn-id: https://develop.svn.wordpress.org/branches/5.7@50498 602fd350-edb4-49c9-b593-d223f7449a82
2021-03-05 10:40:09 +00:00
Robert Anderson
e68cc485ab Editor: Update @wordpress npm packages
Update @wordpress npm packages to the latest published versions. This includes
block editor bug fixes for WordPress 5.7 RC 3.

See #52718.


git-svn-id: https://develop.svn.wordpress.org/branches/5.7@50497 602fd350-edb4-49c9-b593-d223f7449a82
2021-03-05 04:11:36 +00:00
Jonathan Desrosiers
4ffcc404b4 Twenty Twenty-One: Make text readable when dark background is selected for the Media & Text block.
This change ensures that the text in the Media & Text block is readable when dark background colors are selected.

This is a regression that was introduced in [49987].

Props hellofromTonya, poena, paaljoachim, ryelle.
Merges [50493] to the 5.7 branch.
Fixes #52702.

git-svn-id: https://develop.svn.wordpress.org/branches/5.7@50494 602fd350-edb4-49c9-b593-d223f7449a82
2021-03-04 16:58:42 +00:00
Jonathan Desrosiers
f97b2c61fd Help/About: Clarify a string about lazy-loading iframes.
Props davidbaumwald, audrasjb, hellofromTonya.
See #52347.

git-svn-id: https://develop.svn.wordpress.org/branches/5.7@50492 602fd350-edb4-49c9-b593-d223f7449a82
2021-03-04 16:44:17 +00:00
Robert Anderson
7dcd4fe33d Block Editor: Fix color support for dynamic blocks
Changes wp_apply_colors_support to check for for color instead of
experimentalColor when determining block support for color.

Props nosolosw, rafhun, youknowriad.
See #52709.


git-svn-id: https://develop.svn.wordpress.org/branches/5.7@50489 602fd350-edb4-49c9-b593-d223f7449a82
2021-03-03 23:31:26 +00:00
Jonathan Desrosiers
9bacecfe03 Post WordPress 5.7 RC2 version bump.
git-svn-id: https://develop.svn.wordpress.org/branches/5.7@50482 602fd350-edb4-49c9-b593-d223f7449a82
2021-03-02 20:45:53 +00:00
Jonathan Desrosiers
85e88cbddb WordPress 5.7 RC2.
git-svn-id: https://develop.svn.wordpress.org/branches/5.7@50481 602fd350-edb4-49c9-b593-d223f7449a82
2021-03-02 20:31:47 +00:00
Kelly Choyce-Dwan
5bab5d2994 Help/About: Iterate on the 5.7 About Page.
Adds a more obviously interactive comparison for viewing the color scheme differences. Improvements on RTL and IE11. Update strings to be more clear and consistent. Switch to the CDN for loading images.

Props sarahricker, desrosj, melchoyce, SergeyBiryukov, tikifez, clorith, marybaum, audrasjb, francina, hellofromTonya.
Reviewed by SergeyBiryukov.
Merges [50478] to the 5.7 branch.
Fixes #52693. See #52347.



git-svn-id: https://develop.svn.wordpress.org/branches/5.7@50480 602fd350-edb4-49c9-b593-d223f7449a82
2021-03-02 20:12:19 +00:00
Mike Schroder
61537d911a Upgrade/Install: Invalidate OPcache for version.php during update.
Invalidate OPcache for wp-content/version.php on update individually, since it's copied separately.

Props stodorovic, krstarica, cenay, desrosj, pbiron, sergeybiryukov, mikeschroder.

Reviewed by mikeschroder, SergeyBiryukov.
Merges [50460] and [50475] to the 5.7 branch.
Fixes #51686, #51281.
See #36455.




git-svn-id: https://develop.svn.wordpress.org/branches/5.7@50477 602fd350-edb4-49c9-b593-d223f7449a82
2021-03-02 18:19:42 +00:00
Sergey Biryukov
da266e6ca5 Security, Site Health: Do not store HTTPS request error messages in an option.
This changes the logic in `update_https_detection_errors()` to never store error messages from the actual request since they could use a different encoding, which would make storing them in an option potentially fail, leading WordPress to then falsely assume that HTTPS is supported.

While this doesn't actually fix the encoding issue, it is not crucial to do so anyway, since these messages are not used anywhere. A simple differentiation between whether the overall HTTPS request or only the SSL verification failed should be sufficient for the purpose of this function.

Props flixos90, tmatsuur, lukecarbis.
Reviewed by flixos90, SergeyBiryukov.
Merges [50471] to the 5.7 branch.
Fixes #52484.

git-svn-id: https://develop.svn.wordpress.org/branches/5.7@50472 602fd350-edb4-49c9-b593-d223f7449a82
2021-03-02 15:14:09 +00:00
Sergey Biryukov
582df45458 REST API: Correct error code for the maxItems keyword.
Follow-up to [50007].

Props TimothyBlynJacobs.
Reviewed by desrosj, SergeyBiryukov.
Merges [50461] to the 5.7 branch.
Fixes #52317.

git-svn-id: https://develop.svn.wordpress.org/branches/5.7@50470 602fd350-edb4-49c9-b593-d223f7449a82
2021-03-02 12:53:12 +00:00
Sergey Biryukov
04c2acb024 Twenty Twenty-One: Correct inner container background color for Cover Blocks.
Adjust the background color palette rules so they don't show up on inner containers when they're not supposed to:
- When an inner container block is present, it only applies them to direct children of the block with the background color assigned.
- Since the background color should only be applied to the Cover block's overlay, not to the inner container, it opts that specific block out of this rule.

Props dianeco, kjellr, paaljoachim.
Reviewed by ryelle, SergeyBiryukov.
Merges [50466] to the 5.7 branch.
Fixes #52676.

git-svn-id: https://develop.svn.wordpress.org/branches/5.7@50469 602fd350-edb4-49c9-b593-d223f7449a82
2021-03-02 12:50:05 +00:00
Sergey Biryukov
c0f15dc19b Twenty Fifteen & Twenty Sixteen: Remove extra space around post editor.
The editor uses the full height of its container, so the added margins cause the visual editor to break out of the container. This removes the top & bottom margins, and makes the left & right margins consistent with the meta box area.

Props antonlukin, paaljoachim, felipeelia.
Reviewed by ryelle, SergeyBiryukov.
Merges [50465] to the 5.7 branch.
Fixes #52646.

git-svn-id: https://develop.svn.wordpress.org/branches/5.7@50468 602fd350-edb4-49c9-b593-d223f7449a82
2021-03-02 12:45:42 +00:00
Robert Anderson
d0ca6fc35e Editor: Update @wordpress npm packages
Update @wordpress npm packages to the latest published versions. This includes
block editor bug fixes for WordPress 5.7 RC 2.

Fixes #52680.


git-svn-id: https://develop.svn.wordpress.org/branches/5.7@50467 602fd350-edb4-49c9-b593-d223f7449a82
2021-03-02 00:44:06 +00:00
John Blackbourn
cc13009e99 Build/Test Tools: PHPUnit test improvements:
* Switch back to running the PHPUnit test suite against the `src` directory instead of `build`
* Increase the reliability of backing up the `mu-plugins` directory during tests
* Split the PHPUnit tests for PHP versions below 7.0 in half, allowing them to run in parallel and reduce the overall test run duration on GitHub Actions

Merges [50441-50444] to the 5.7 branch.

Fixes #51734, #51735, #52645


git-svn-id: https://develop.svn.wordpress.org/branches/5.7@50464 602fd350-edb4-49c9-b593-d223f7449a82
2021-03-01 20:21:23 +00:00
Peter Wilson
7af02944ff External Libraries: Install jQuery via NPM.
Previously, jQuery 1.12.4 was added to the WordPress SVN repo in order to backport an upstream security patch from jQuery 3.4.0.

Now that WordPress includes an unmodified version of jQuery 3.5.1 and no longer needs to maintain a fork, it can be removed from the SVN repo and installed via NPM again as part of the build.

Follow-up to [45342], [49101].

Props peterwilsoncc, SergeyBiryukov.
Merges [50445] to the 5.7 branch.
Fixes #52647.



git-svn-id: https://develop.svn.wordpress.org/branches/5.7@50457 602fd350-edb4-49c9-b593-d223f7449a82
2021-03-01 00:52:11 +00:00
Sergey Biryukov
186b3faecf Users: Use localized site title for password reset emails.
When sending password reset emails, switch to the user's locale prior to obtaining the site title to allow for plugins filtering based on locale.

Follow up to [50129,50139-50141,50152,50415].

Props chouby.
Merges [50439] to the 5.7 branch.
Fixes #52605. See #34281.

git-svn-id: https://develop.svn.wordpress.org/branches/5.7@50440 602fd350-edb4-49c9-b593-d223f7449a82
2021-02-26 11:15:54 +00:00
Peter Wilson
12955c4205 Help/About: Remove extra space in the 5.7 About page copy.
Props tobifjellner, audrasjb, desrosj, ryelle.
Merges [50430] to the 5.7 branch.
Fixes #52632.


git-svn-id: https://develop.svn.wordpress.org/branches/5.7@50438 602fd350-edb4-49c9-b593-d223f7449a82
2021-02-25 23:35:07 +00:00
Peter Wilson
4639c48bd8 Administration: Revert the change to click event handler for fly-out submenus.
The `click()` method there is not the jQuery method, but is an HTML DOM method instead.

This makes the fly-out submenu header clickable again when the menu is folded.

Follow-up to [50420].

Props peterwilsoncc, SergeyBiryukov.
Merges [50429] to the 5.7 branch.
Fixes #52638. See #51812.


git-svn-id: https://develop.svn.wordpress.org/branches/5.7@50437 602fd350-edb4-49c9-b593-d223f7449a82
2021-02-25 22:50:47 +00:00
Jonathan Desrosiers
e66199a1e8 Security: Update the Security Policy to include WordPress 5.7.
Reviewed by desrosj, SergeyBiryukov.
Merges [50428] to the 5.7 branch.
Fixes #52633.

git-svn-id: https://develop.svn.wordpress.org/branches/5.7@50431 602fd350-edb4-49c9-b593-d223f7449a82
2021-02-24 15:55:41 +00:00
Jonathan Desrosiers
c568e950a9 Branch 5.7
git-svn-id: https://develop.svn.wordpress.org/branches/5.7@50426 602fd350-edb4-49c9-b593-d223f7449a82
2021-02-23 21:01:11 +00:00
Jonathan Desrosiers
e2e0ff05c2 Post WordPress 5.7 RC1 version bump.
git-svn-id: https://develop.svn.wordpress.org/trunk@50425 602fd350-edb4-49c9-b593-d223f7449a82
2021-02-23 20:52:59 +00:00