Commit Graph

14991 Commits

Author SHA1 Message Date
Joe McGill 64a16b95a4 WordPress 5.4.15.
Built from https://develop.svn.wordpress.org/branches/5.4@57428


git-svn-id: http://core.svn.wordpress.org/branches/5.4@56934 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2024-01-30 16:25:56 +00:00
audrasjb d33ba73358 WordPress 5.4.14.
Built from https://develop.svn.wordpress.org/branches/5.4@56885


git-svn-id: http://core.svn.wordpress.org/branches/5.4@56396 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2023-10-12 18:31:38 +00:00
audrasjb 4cb6ce1c75 Grouped backports to the 5.4 branch.
- Media: Prevent CSRF setting attachment thumbnails.
- Embeds: Add protocol validation for WordPress Embed code.
- I18N: Introduce sanitization function for locale.
- Editor: Ensure block comments are of a valid form.

Merges [55760-55764] to the 5.4 branch.
Props dd32, isabel_brison, martinkrcho, matveb, ocean90, paulkevan, peterwilsoncc, timothyblynjacobs, xknown, youknowriad.


Built from https://develop.svn.wordpress.org/branches/5.4@55785


git-svn-id: http://core.svn.wordpress.org/branches/5.4@55297 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2023-05-16 15:52:03 +00:00
audrasjb f8ebe4e377 5.4.12
Built from https://develop.svn.wordpress.org/branches/5.4@54588


git-svn-id: http://core.svn.wordpress.org/branches/5.4@54142 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2022-10-17 19:51:51 +00:00
desrosj a48aad36fb WordPress 5.4.11.
Built from https://develop.svn.wordpress.org/branches/5.4@53993


git-svn-id: http://core.svn.wordpress.org/branches/5.4@53552 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2022-08-30 17:31:55 +00:00
davidbaumwald a17214dd2f WordPress 5.4.10.
Built from https://develop.svn.wordpress.org/branches/5.4@52872


git-svn-id: http://core.svn.wordpress.org/branches/5.4@52461 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2022-03-10 21:58:55 +00:00
desrosj e4e39a15dc WordPress 5.4.9.
Built from https://develop.svn.wordpress.org/branches/5.4@52491


git-svn-id: http://core.svn.wordpress.org/branches/5.4@52083 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2022-01-06 18:49:54 +00:00
desrosj 562cb70fcb WordPress 5.4.8.
Built from https://develop.svn.wordpress.org/branches/5.4@52117


git-svn-id: http://core.svn.wordpress.org/branches/5.4@51709 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-11-10 17:09:50 +00:00
desrosj 1d3a777a64 WordPress 5.4.7.
Built from https://develop.svn.wordpress.org/branches/5.4@51762


git-svn-id: http://core.svn.wordpress.org/branches/5.4@51369 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-09-08 21:34:50 +00:00
Peter Wilson 9fad766cf5 WordPress 5.4.6.
Built from https://develop.svn.wordpress.org/branches/5.4@50872


git-svn-id: http://core.svn.wordpress.org/branches/5.4@50481 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-05-12 23:14:52 +00:00
Peter Wilson 304800d3df Version bump for 5.4.5.
Built from https://develop.svn.wordpress.org/branches/5.4@50739


git-svn-id: http://core.svn.wordpress.org/branches/5.4@50348 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-04-15 01:36:54 +00:00
Sergey Biryukov 2c3280a29c WordPress 5.4.4.
Built from https://develop.svn.wordpress.org/branches/5.4@49459


git-svn-id: http://core.svn.wordpress.org/branches/5.4@49218 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-10-30 19:47:10 +00:00
desrosj dc457efef8 WordPress 5.4.3.
Built from https://develop.svn.wordpress.org/branches/5.4@49410


git-svn-id: http://core.svn.wordpress.org/branches/5.4@49169 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-10-29 19:35:09 +00:00
whyisjake 7fa5b6c463 General: WordPress updates
* XML-RPC: Improve error messages for unprivileged users.
* External Libraries: Disable deserialization in Requests_Utility_FilteredIterator
* Embeds: Disable embeds on deactivated Multisite sites.
* Coding standards: Modify escaping functions to avoid potential false positives.
* XML-RPC: Return error message if attachment ID is incorrect.
* Upgrade/install: Improve logic check when determining installation status.
* Meta: Sanitize meta key before checking protection status.
* Themes: Ensure that only privileged users can set a background image when a theme is using the deprecated custom background page.

Brings the changes from [49380,49382-49388] to the 5.4 branch.

Props xknown, zieladam, peterwilsoncc, whyisjake, desrosj, dd32.

Built from https://develop.svn.wordpress.org/branches/5.4@49391


git-svn-id: http://core.svn.wordpress.org/branches/5.4@49150 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-10-29 18:41:13 +00:00
desrosj 4f7edb22a1 Build/Test Tools: Allow the desired version of PHPUnit to be passed to the local Docker environment.
This introduces the `LOCAL_PHPUNIT` environment variable, which allows the desired version of PHPUnit to be specified when running the PHP tests within the local Docker environment.

Because support for newer versions of PHPUnit is not backported, some versions of PHP need the ability to run multiple versions of PHPUnit for different branches. This adds the flexibility needed to use the Docker environment within those older branches to run the PHP tests.

Props johnbillion, SergeyBiryukov.
Merges [49362] to the 5.4 branch.
See #50042.
Built from https://develop.svn.wordpress.org/branches/5.4@49364


git-svn-id: http://core.svn.wordpress.org/branches/5.4@49124 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-10-28 23:48:09 +00:00
desrosj 47674e27e7 Build/Test Tools: Specify a type when using `wp config set`.
This prevents an error if constants are not predefined when running the Docker install script while using older combinations of WordPress/PHP/WP-CLI.

Backports [49335] to the 5.4 branch.
See #48301.
Built from https://develop.svn.wordpress.org/branches/5.4@49341


git-svn-id: http://core.svn.wordpress.org/branches/5.4@49102 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-10-27 19:06:13 +00:00
Sergey Biryukov 92b65c7449 Build Tools: Fix running installing Composer dependencies using Composer 2.0.
This updates the `dealerdirect/phpcodesniffer-composer-installer` package to allow installing version `0.7.0` which supports Composer 2.0.

Props itowhid06, jrf.
Merges [49306] to the 5.4 branch.
See #51624.
Built from https://develop.svn.wordpress.org/branches/5.4@49318


git-svn-id: http://core.svn.wordpress.org/branches/5.4@49080 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-10-27 00:06:06 +00:00
Sergey Biryukov e82a76b282 Tests: Temporarily skip PDF tests if they fail due to ImageMagick permission errors.
Merges [48338], [48341] to the 5.4 branch.

See #50573.
Built from https://develop.svn.wordpress.org/branches/5.4@48366


git-svn-id: http://core.svn.wordpress.org/branches/5.4@48135 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-07-07 09:34:07 +00:00
Sergey Biryukov 6d6b2663e3 Administration: Pass the result of `set-screen-option` filter to the new `set_screen_option_{$option}` filter to ensure backward compatibility.
Rename the `$keep` parameter of both filters to `$screen_option` for clarity, update the documentation to better reflect its purpose.

Follow-up to [47951].

Props Chouby, sswells, SergeyBiryukov.
Merges [48241] to the 5.4 branch.
Fixes #50392.
Built from https://develop.svn.wordpress.org/branches/5.4@48244


git-svn-id: http://core.svn.wordpress.org/branches/5.4@48013 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-07-01 09:45:08 +00:00
Sergey Biryukov 63a8b31572 Bundled Themes: Bump Twenty Twenty and Twenty Nineteen versions.
This was intended for the WordPress 5.4.2 release, but will now be released with WordPress 5.4.3 instead.

Props ianbelanger, ocean90.
Merges [47800] and [47952] to the 5.4 branch.
Fixes #50359. See #50174.
Built from https://develop.svn.wordpress.org/branches/5.4@48029


git-svn-id: http://core.svn.wordpress.org/branches/5.4@47797 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-06-11 18:52:10 +00:00
desrosj bc0b9ddb79 Post WordPress 5.4.2 version bump.
Built from https://develop.svn.wordpress.org/branches/5.4@48025


git-svn-id: http://core.svn.wordpress.org/branches/5.4@47793 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-06-10 22:50:09 +00:00
desrosj da4607a28a WordPress 5.4.2.
Props whyisjake, audrasjb, desrosj.
Fixes #50269.
Built from https://develop.svn.wordpress.org/branches/5.4@47989


git-svn-id: http://core.svn.wordpress.org/branches/5.4@47757 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-06-10 21:32:07 +00:00
whyisjake 5c256d1c7a WordPress 5.4.2 RC 1.
Built from https://develop.svn.wordpress.org/branches/5.4@47900


git-svn-id: http://core.svn.wordpress.org/branches/5.4@47674 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-06-03 15:11:07 +00:00
whyisjake 64345bf1ca WordPress 5.4.2 Beta 1.
Built from https://develop.svn.wordpress.org/branches/5.4@47899


git-svn-id: http://core.svn.wordpress.org/branches/5.4@47673 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-06-03 15:08:10 +00:00
Sergey Biryukov e0b6dd51ee Comments: Rename `Walker_Comment::comment_text()` to `::filter_comment_text()` for clarity.
Ensure the comment object is not null before checking its status.

Follow-up to [47887].

Merges [47889] to the 5.4 branch.
See #49956.
Built from https://develop.svn.wordpress.org/branches/5.4@47890


git-svn-id: http://core.svn.wordpress.org/branches/5.4@47664 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-06-02 21:46:19 +00:00
whyisjake 30dba0b409 Comments: Ensure that unmoderated comments won't be search indexed.
After a comment is submitted, only allow a brief window where the comment is live on the site.

This brings the changes from [47887] to the 5.4 branch.

Fixes #49956.
Props: jonkolbert, ayeshrajans, Asif2BD, peterwilsoncc, imath, audrasjb, jonoaldersonwp, whyisjake.

Built from https://develop.svn.wordpress.org/branches/5.4@47888


git-svn-id: http://core.svn.wordpress.org/branches/5.4@47662 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-06-02 20:26:10 +00:00
whyisjake 07435f4a44 Bundled Themes: Add missing RTL styles for to fix inconsistent margins on .alignwide and .alignfull items.
Fixes the inconsistent margins for alignwide and alignfull classes used on Cover Block when it is the first block on a page.

This commit brings the changes from [47846] to the 5.4 branch.

Props kthmd, utz119, nikhilbhansi, and sabernhardt.
Fixes #49435.

Built from https://develop.svn.wordpress.org/branches/5.4@47847


git-svn-id: http://core.svn.wordpress.org/branches/5.4@47623 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-05-23 06:25:06 +00:00
whyisjake f34232edaf REST API: Ensure proper namespacing when registering routes.
The PR will corerce routes that have a leading slash and throwing a _doing_it_wrong notice while ensuring a proper namespace.

This brings the changes from [47842] to the 5.4 branch.

Fixes #49749.
Props TimothyBlynJacobs, skarabeq, afercia, skithund.

Built from https://develop.svn.wordpress.org/branches/5.4@47843


git-svn-id: http://core.svn.wordpress.org/branches/5.4@47619 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-05-22 21:00:07 +00:00
Sergey Biryukov 51997857ee Customize: Move the WordPress logo with a white background to the `wp-includes` directory.
This ensures that the image used as a default site icon looks good on a dark background.

The image was previously changed in the `wp-admin` directory, but the site icon is now loaded from `wp-includes`.

Follow-up to [36635], [47018], [47564], [47832].

Props ocean90.
Merges [47838] to the 5.4 branch.
Fixes #49798.
Built from https://develop.svn.wordpress.org/branches/5.4@47839


git-svn-id: http://core.svn.wordpress.org/branches/5.4@47615 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-05-21 09:13:09 +00:00
Sergey Biryukov 8597b34d6f Customize: Load the default site icon from the `wp-includes` directory.
Files inside the `wp-admin` directory may not be publicly available.

Follow-up to [36635], [47018].

Merges [47832] to the 5.4 branch.

Props whyisjake, finomeno, ocean90.
Fixes #50131.
Built from https://develop.svn.wordpress.org/branches/5.4@47833


git-svn-id: http://core.svn.wordpress.org/branches/5.4@47609 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-05-20 10:38:08 +00:00
whyisjake fd07f8bf9f Bundled Themes: Twenty Nineteen decrease the font size for widget titles.
Update styles to decrease the font size for widget titles.

This commit brings the changes from [47586] to the 5.4 branch.

Props kjellr, mukesh27.
Fixes #45865.

Built from https://develop.svn.wordpress.org/branches/5.4@47831


git-svn-id: http://core.svn.wordpress.org/branches/5.4@47607 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-05-20 00:23:07 +00:00
whyisjake 5bab6998d6 Bundled Themes: Twenty Twenty custom post types that don't support authors, shows author box.
This fixes the issue where custom post types will show an author box, even if they don't support authors.

This brings the changes in [47799] to the 5.4 branch.

Props joyously, donmhico.
Fixes #48803.

Built from https://develop.svn.wordpress.org/branches/5.4@47830


git-svn-id: http://core.svn.wordpress.org/branches/5.4@47606 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-05-19 23:30:06 +00:00
whyisjake 8e5980a770 Bundled Themes: Twenty Twenty anchor links don't work in mobile menu.
Modifies the mobile modal menu javascript, so that anchor links will close the modal and scroll to the anchor within the page.

This brings the changes from [47784] to the 5.4 branch.

Props Giorgio25b, suzylah, yuhin, samful, bdcstr.
Fixes #48916.

Built from https://develop.svn.wordpress.org/branches/5.4@47829


git-svn-id: http://core.svn.wordpress.org/branches/5.4@47605 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-05-19 22:50:07 +00:00
whyisjake c9bf01c0a4 Bundled Themes: Twenty Twenty add icon for g.page links.
Adds the option to use a g.page url for the social menu.

This brings the changes from [47795] to the 5.4 branch.

Props argentite, mayankmajeji.
Fixes #49088.

Built from https://develop.svn.wordpress.org/branches/5.4@47828


git-svn-id: http://core.svn.wordpress.org/branches/5.4@47604 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-05-19 22:41:07 +00:00
whyisjake 3e44eb0857 Bundled Themes: Twenty Twenty missed license for images.
Fixes the image license in the readme by removing screenshot.png.

Brings the changes from [47608] to the 5.4 branch.

Props h71, poena.
Fixes #49316.

Built from https://develop.svn.wordpress.org/branches/5.4@47827


git-svn-id: http://core.svn.wordpress.org/branches/5.4@47603 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-05-19 22:31:08 +00:00
whyisjake 769fad3c57 Bundled Themes: Twenty Twenty image caption is not aligned center when image is, on the front-end.
Fixes the image caption alignment issue by adding text-align: center; to .wp-block-image .aligncenter figcaption.

This brings the changes from [47689] to the 5.4 branch.

Props markusthiel, SergeyBiryukov, garethgillman.
Fixes #49320.

Built from https://develop.svn.wordpress.org/branches/5.4@47826


git-svn-id: http://core.svn.wordpress.org/branches/5.4@47602 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-05-19 22:28:10 +00:00
whyisjake adfeeb5ee0 Bundled Themes: Twenty Twenty submenu items disappear underneath the Cover block.
Fixes the submenu issue by raising the z-index value of the site-header from 1 to 2.

This brings the changes in [47609] to the 5.4 branch.

Props kjellr, JavierCasares.
Fixes #49322.

Built from https://develop.svn.wordpress.org/branches/5.4@47825


git-svn-id: http://core.svn.wordpress.org/branches/5.4@47601 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-05-19 22:26:07 +00:00
whyisjake 7a3fd55a95 File Editor: Remove CSS exceptions for the "Select plugin/theme to edit" and documentation "Look Up" buttons.
Buttons should use the default buttons styles, no exceptions.

This commit bring the changes from [47751] to the 5.4 branch.

Props passoniate, garethgillman, @afercia.
See #49197.
Fixes #49353.

Built from https://develop.svn.wordpress.org/branches/5.4@47824


git-svn-id: http://core.svn.wordpress.org/branches/5.4@47600 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-05-19 22:18:06 +00:00
whyisjake fbf2fde0a6 Bundled Themes: Twenty Twenty inconsistent top and bottom margins for .alignwide and .alignfull on Chrome vs Safari.
Fixes the inconsistent margins for alignwide and alignfull classes used on Cover Block when it is the first block on a page.

Brings the changes from [47820] to the 5.4 branch.

Props kthmd, utz119, nikhilbhansi.
Fixes #49435.

Built from https://develop.svn.wordpress.org/branches/5.4@47823


git-svn-id: http://core.svn.wordpress.org/branches/5.4@47599 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-05-19 22:15:08 +00:00
whyisjake 5ed73bff2d Bundled Themes: Twenty Twenty add GPLv2 compatible TikTok icon to the social icon menu.
This adds a GPLv2 compatible TikTok icon to replace the non-compatible TikTok icon and update the readme.txt file. Updates previous commit which used a non-compatible TikTok icon [47589]

This commit brings the changes from [47796] to the 5.4 branch.

Props poena, audrasjb, Emlebrun.
Fixes #49893.

Built from https://develop.svn.wordpress.org/branches/5.4@47822


git-svn-id: http://core.svn.wordpress.org/branches/5.4@47598 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-05-19 22:04:09 +00:00
whyisjake be59f01e5f Bundled Themes: Twenty Nineteen center and right-aligned heading accents appear broken.
Fixes the center and right aligned heading accents so that they align with the text, instead of just staying left-aligned.

Bringing the changes in [47591] to the 5.4 branch.

Props kjellr, melchoyce.
Fixes #49699.


Built from https://develop.svn.wordpress.org/branches/5.4@47806


git-svn-id: http://core.svn.wordpress.org/branches/5.4@47582 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-05-15 22:03:08 +00:00
whyisjake 588d174e50 Bundled Themes: Twenty Twenty inline images in list blocks are not positioned correctly.
Fixes the alignment of inline images in list blocks to match the way they look in the editor.

Backporting the changes here to the 5.4 branch.

Props poena, mayankmajeji, JavierCasares.
Fixes #49793.

Built from https://develop.svn.wordpress.org/branches/5.4@47805


git-svn-id: http://core.svn.wordpress.org/branches/5.4@47581 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-05-15 21:53:07 +00:00
whyisjake 4694a819fe Bundled Themes: Twenty Twenty fix typo in readme.txt.
Fixed TikTok was misspelled as Tik Tok in the readme.txt.

Backporting change to the 5.4 branch.

Props Asif2BD.
Fixes #49932.

Built from https://develop.svn.wordpress.org/branches/5.4@47804


git-svn-id: http://core.svn.wordpress.org/branches/5.4@47580 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-05-15 21:50:09 +00:00
whyisjake c891e8fd21 Bundled Themes: Twenty Eleven & Twenty Twelve dropdown category widget exceeds parent div when strings are long enough.
Fixes the width of the category dropdown by limiting the width of select items in widgets using max-width: 100%.

Backporting this change to the 5.4 branch.

Props gma992, karmatosed, ianbelanger.
Fixes #37926.


Built from https://develop.svn.wordpress.org/branches/5.4@47803


git-svn-id: http://core.svn.wordpress.org/branches/5.4@47579 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-05-15 21:44:08 +00:00
Sergey Biryukov 70956be227 Themes: Add "Block Editor Styles" and "Wide Blocks" to the list of WordPress theme features.
These were added to Theme Directory API in anticipation of being committed to core for WordPress 5.2+, which has not happened until now.

Follow-up to [meta8273].

Merges [47790] to the 5.4 branch.
See #46272.
Built from https://develop.svn.wordpress.org/branches/5.4@47791


git-svn-id: http://core.svn.wordpress.org/branches/5.4@47567 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-05-14 09:22:08 +00:00
Sergey Biryukov 16f38438f6 Help/About: Move the changelog for WordPress 5.4.1 after the main heading to preserve correct heading hierarchy.
Props sabernhardt, audrasjb.
Fixes #50121.
Built from https://develop.svn.wordpress.org/branches/5.4@47773


git-svn-id: http://core.svn.wordpress.org/branches/5.4@47549 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-05-07 21:52:12 +00:00
Sergey Biryukov 48fec8238a Taxonomy: Restore (un-deprecate) the `tag_row_actions` filter.
The filter provides a simple way for plugin authors to add actions generically for all taxonomy list tables without looping through each taxonomy individually.

Props joemcgill, delowardev.
Merges [47734] to the 5.4 branch.
Fixes #49808.
Built from https://develop.svn.wordpress.org/branches/5.4@47767


git-svn-id: http://core.svn.wordpress.org/branches/5.4@47543 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-05-06 13:26:09 +00:00
desrosj 6093cc5fbd Build/Test Tools: Introduce a command for restarting the local Docker environment.
This change introduces the env:restart command for easier restarting of the local Docker environment.

Merges [47730] to the 5.4 branch.

Props desrosj, ianbelanger.
Fixes #50039.
Built from https://develop.svn.wordpress.org/branches/5.4@47731


git-svn-id: http://core.svn.wordpress.org/branches/5.4@47508 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-05-01 13:01:08 +00:00
desrosj 572e7c11fe The 5.4 branch is now WordPress 5.4.2 alpha
Built from https://develop.svn.wordpress.org/branches/5.4@47725


git-svn-id: http://core.svn.wordpress.org/branches/5.4@47502 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-04-29 20:03:10 +00:00
desrosj 5c32636eef WordPress 5.4.1
Built from https://develop.svn.wordpress.org/branches/5.4@47666


git-svn-id: http://core.svn.wordpress.org/branches/5.4@47443 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-04-29 17:56:08 +00:00