Sergey Biryukov
f45d515ff8
Twenty Fifteen: Use strict comparison in `inc/custom-header.php`.
...
Props kapilpaul.
See #53359 .
Built from https://develop.svn.wordpress.org/trunk@51401
git-svn-id: http://core.svn.wordpress.org/trunk@51012 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-07-10 18:43:57 +00:00
Sergey Biryukov
84f725010b
Bundled Themes: Correct comment formatting in `inc/block-patterns.php`.
...
Follow-up to [51045], [51103].
Props kapilpaul.
See #53359 , #52627 .
Built from https://develop.svn.wordpress.org/trunk@51400
git-svn-id: http://core.svn.wordpress.org/trunk@51011 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-07-10 18:40:57 +00:00
desrosj
b16abdec23
Bundled Themes: Update block patterns to match the latest versions of `core/*` blocks.
...
When using the post editor with a bundled theme active, there will be a number of `console.info` notices printed to the browser’s console.
These notices are caused by block patterns containing outdated and deprecated versions of `core/*` blocks. Before rendering the blocks, they need to be updated, and this process outputs information to the console.
Props ntsekouras.
Fixes #53617 .
Built from https://develop.svn.wordpress.org/trunk@51372
git-svn-id: http://core.svn.wordpress.org/trunk@50983 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-07-07 17:31:00 +00:00
desrosj
833382b2c9
Bundled Themes: Correct `customzier` typo.
...
This was found in Twenty Twenty-One and Twenty Nineteen.
Props audrasjb, spytzo, sabernhardt.
Fixes #53598 .
Built from https://develop.svn.wordpress.org/trunk@51343
git-svn-id: http://core.svn.wordpress.org/trunk@50952 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-07-06 14:02:57 +00:00
Sergey Biryukov
9c0611e9c0
Bundled Themes: Correct `@since` tags for block patterns.
...
Follow-up to [49347], [49348], [49583], [49584], [49763], [51103].
See #52628 , #53461 .
Built from https://develop.svn.wordpress.org/trunk@51323
git-svn-id: http://core.svn.wordpress.org/trunk@50932 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-07-03 09:41:58 +00:00
Sergey Biryukov
af7a04318d
Twenty Twenty: Add missing documentation for some filters.
...
Add missing `@since` tags for some functions.
Correct alignment of some `@param` tags.
Follow-up to [46271], [46278], [51304].
See #52628 , #53461 .
Built from https://develop.svn.wordpress.org/trunk@51322
git-svn-id: http://core.svn.wordpress.org/trunk@50931 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-07-03 09:14:58 +00:00
Sergey Biryukov
d0c596c992
Twenty Twenty-One: Add missing documentation for some filters.
...
Add missing `@since` tags for some functions.
Follow-up to [49216], [49220], [49854], [51294].
See #52628 , #53461 .
Built from https://develop.svn.wordpress.org/trunk@51304
git-svn-id: http://core.svn.wordpress.org/trunk@50913 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-07-02 08:57:57 +00:00
desrosj
a54727d936
Twenty Twenty-One: Ensure the dropdown arrow displays for `<select>` elements when focused.
...
Props isabel_brison, zieladam, poena.
Fixes #53560 .
Built from https://develop.svn.wordpress.org/trunk@51296
git-svn-id: http://core.svn.wordpress.org/trunk@50905 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-07-01 19:55:58 +00:00
Sergey Biryukov
61b5311c57
Twenty Twenty-One: Improve documentation per the documentation standards:
...
* Remove unnecessary `@access` tags that were previously removed from core.
* Remove an empty line between `@param` and `@return` tags.
* Correct alignment of `@param` tags.
Follow-up to [41161], [41162], [41168], [49216], [49220].
See #52628 , #53461 .
Built from https://develop.svn.wordpress.org/trunk@51294
git-svn-id: http://core.svn.wordpress.org/trunk@50903 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-07-01 12:59:57 +00:00
Sergey Biryukov
c804143db6
Twenty Seventeen: Avoid JS errors when displaying legacy widgets.
...
Make sure the `$sidebar` variable is defined and has at least one entry in the array, before adding the `.below-entry-meta` class to elements below the entry meta.
Previously, the theme expected sidebar markup to exist on the page if sidebars are defined, but that markup is missing since only the widget itself and headers/footers of the page are loaded in the iframe used to display legacy widgets (widgets added prior to WordPress 5.8).
Props Clorith, Boniu91, desrosj.
Fixes #53512 .
Built from https://develop.svn.wordpress.org/trunk@51257
git-svn-id: http://core.svn.wordpress.org/trunk@50866 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-06-29 12:57:56 +00:00
desrosj
fe2bd634e4
Twenty Twenty-One: Ensure Duotone images are displayed correctly in Dark Mode.
...
This reduces the specificity of the CSS selector applying a dimming effect to images so that the new Duotone feature is properly applied to images.
Props walbo.
Fixes #53531 .
Built from https://develop.svn.wordpress.org/trunk@51253
git-svn-id: http://core.svn.wordpress.org/trunk@50862 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-06-28 23:40:59 +00:00
desrosj
fe473ccdee
Twenty Twenty-One: Use the theme version when enqueueing theme assets.
...
This avoids having to interact with the filesystem and ensures browser and proxy caches are only cleared when the file is actually updated.
Props peterwilsoncc, ryelle, aristath, SergeyBiryukov.
Fixes #53502 .
Built from https://develop.svn.wordpress.org/trunk@51236
git-svn-id: http://core.svn.wordpress.org/trunk@50845 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-06-25 13:37:57 +00:00
ryelle
1a7033e75f
Twenty Twenty-One: Add spacing around Query block when there is a background color.
...
Props scruffian, desrosj, poena.
See #53398 .
Built from https://develop.svn.wordpress.org/trunk@51233
git-svn-id: http://core.svn.wordpress.org/trunk@50842 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-06-25 01:48:57 +00:00
desrosj
2f063a72f2
Twenty Twenty: Remove extra margin within the Query Loop block.
...
Props ryelle, Clorith.
See #53482 .
Built from https://develop.svn.wordpress.org/trunk@51231
git-svn-id: http://core.svn.wordpress.org/trunk@50840 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-06-24 23:22:58 +00:00
ryelle
0638de4c60
Twenty Nineteen: Update margins on full- and wide-aligned blocks in the editor.
...
Previously, full width blocks would cause a horizontal scrollbar, and nesting full width blocks would cause the content to be pulled off the screen. Now wide and full width blocks can be nested without any visual issues.
Props aleperez92, Boniu91, onemaggie, hellofromTonya.
Fixes #53428 .
Built from https://develop.svn.wordpress.org/trunk@51209
git-svn-id: http://core.svn.wordpress.org/trunk@50818 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-06-22 22:15:57 +00:00
ryelle
0a2b52dfeb
Bundled Themes: Improve display of blocks in widget areas.
...
Fixes minor styling issues, mostly font size and spacing, in blocks used in widget areas. Changes made to Twenty Ten, Twenty Thirteen, Twenty Fourteen, Twenty Sixteen, Twenty Seventeen, and Twenty Twenty-One.
Props noisysocks, sumaiyasiddika, danieldudzic, scruffian, jffng.
Fixes #53422 .
Built from https://develop.svn.wordpress.org/trunk@51205
git-svn-id: http://core.svn.wordpress.org/trunk@50814 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-06-22 20:14:59 +00:00
ryelle
8a11188d0f
Twenty Twenty-One: Add margins around content in Post Template block.
...
Props desrosj, joen.
See #53389 , #53398 .
Built from https://develop.svn.wordpress.org/trunk@51201
git-svn-id: http://core.svn.wordpress.org/trunk@50810 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-06-22 16:55:58 +00:00
desrosj
52e1e2cc2f
Twenty Thirteen: Improve the display of the Query Loop block.
...
This fixes an issue where Query Loop blocks were displayed with list bullets and extra `padding-left`.
Props AlePerez92, scruffian, ryelle.
Fixes #53438 .
Built from https://develop.svn.wordpress.org/trunk@51192
git-svn-id: http://core.svn.wordpress.org/trunk@50801 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-06-21 23:39:56 +00:00
Sergey Biryukov
4811dad603
I18N: Use consistent pattern for placeholder references in translator comments for some bundled theme strings.
...
Follow-up to [42827], [44562], [50234].
See #52628 .
Built from https://develop.svn.wordpress.org/trunk@51157
git-svn-id: http://core.svn.wordpress.org/trunk@50766 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-06-15 15:38:57 +00:00
Sergey Biryukov
aed608b98c
Coding Standards: Remove a one-time `$message` variable in WordPress version requirement notices for bundled themes.
...
This makes the formatting of these messages more consistent.
Follow-up to [23816], [51154].
See #52627 .
Built from https://develop.svn.wordpress.org/trunk@51155
git-svn-id: http://core.svn.wordpress.org/trunk@50764 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-06-15 15:24:58 +00:00
ryelle
8ace500967
Twenty Thirteen: Add "No Shadow" style to button block.
...
This creates a new block style without a shadow, and fixes colors on outline buttons.
Props melchoyce, kjellr, scruffian.
Fixes #51223 .
Built from https://develop.svn.wordpress.org/trunk@51110
git-svn-id: http://core.svn.wordpress.org/trunk@50719 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-06-08 20:37:58 +00:00
ryelle
ba5e7a0fb9
Bundled Themes: Introduce block patterns for Twenty Ten.
...
Props beafialho, kjellr, melchoyce, danieldudzic, onemaggie.
Fixes #51107 .
Built from https://develop.svn.wordpress.org/trunk@51106
git-svn-id: http://core.svn.wordpress.org/trunk@50715 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-06-08 18:53:59 +00:00
ryelle
ecc13d3de2
Bundled Themes: Introduce block patterns for Twenty Eleven.
...
Props beafialho, kjellr, melchoyce, audrasjb.
Fixes #51106 .
Built from https://develop.svn.wordpress.org/trunk@51103
git-svn-id: http://core.svn.wordpress.org/trunk@50712 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-06-08 18:03:59 +00:00
desrosj
a44c69354d
Twenty Twenty: Regenerate the RTL editor stylesheet.
...
This applies the change made in [51095] to the RTL stylesheet.
See #50120 .
Built from https://develop.svn.wordpress.org/trunk@51100
git-svn-id: http://core.svn.wordpress.org/trunk@50709 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-06-08 17:28:57 +00:00
desrosj
2f76f3279b
Build/Test Tools: Update `devDependencies` for bundled themes.
...
This applies several minor updates bring `devDependencies` to their latest versions in Twenty Twenty-One, Twenty Twenty, and Twenty Nineteen.
Several other packages are also having their versions bumped as a result of running `npm audit fix`.
See #52624 .
Built from https://develop.svn.wordpress.org/trunk@51099
git-svn-id: http://core.svn.wordpress.org/trunk@50708 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-06-08 17:25:57 +00:00
ryelle
bb21c738ee
Twenty Nineteen: Set a default color for button links in the editor.
...
Props mikejolley, poena, boniu91.
Fixes #52555 .
Built from https://develop.svn.wordpress.org/trunk@51098
git-svn-id: http://core.svn.wordpress.org/trunk@50707 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-06-08 17:21:59 +00:00
ryelle
ebb9bdc7ca
Twenty Nineteen: Fix pullquote styling in editor when block has alignment.
...
Props devnel, sabernhardt.
Fixes #53112 .
Built from https://develop.svn.wordpress.org/trunk@51096
git-svn-id: http://core.svn.wordpress.org/trunk@50705 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-06-08 16:50:57 +00:00
ryelle
f512feabe0
Twenty Twenty: Ensure custom primary color is applied to text in the editor.
...
Update the specificity of the custom CSS to match the editor styles. This overrides the default primary color with the selected custom color, matching the frontend display.
Props sabernhardt, notlaura.
Fixes #50120 .
Built from https://develop.svn.wordpress.org/trunk@51095
git-svn-id: http://core.svn.wordpress.org/trunk@50704 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-06-08 15:06:58 +00:00
noisysocks
bbc2d09a9f
Make new WordPress installations use blocks in widget areas instead of widgets
...
Modifies `wp_install_defaults()` so that when you install a new WordPress site you
have block in your widget areas, not widgets.
Fixes #53324 .
Props isabel_brison, hellofromtonya, andraganescu.
Built from https://develop.svn.wordpress.org/trunk@51088
git-svn-id: http://core.svn.wordpress.org/trunk@50697 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-06-08 01:55:57 +00:00
ryelle
eaea2f3b45
Twenty Twenty-One: Check for navigation element before using it.
...
This prevents a javascript error in case the primary navigation has been removed, for example in a child theme.
Props sushmak.
Fixes #52773 .
Built from https://develop.svn.wordpress.org/trunk@51072
git-svn-id: http://core.svn.wordpress.org/trunk@50681 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-06-04 17:08:00 +00:00
ryelle
086edc3d12
Bundled Themes: Introduce block patterns for Twenty Fourteen.
...
Props beafialho, kjellr, melchoyce, onemaggie, poena, jffng, jeffikus.
Fixes #51103 .
Built from https://develop.svn.wordpress.org/trunk@51045
git-svn-id: http://core.svn.wordpress.org/trunk@50654 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-05-28 18:17:59 +00:00
ryelle
1cef3d1812
Bundled Themes: Introduce block patterns for Twenty Fifteen.
...
Props melchoyce, kjellr, onemaggie.
Fixes #51102 .
Built from https://develop.svn.wordpress.org/trunk@51043
git-svn-id: http://core.svn.wordpress.org/trunk@50652 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-05-28 17:21:05 +00:00
Sergey Biryukov
1b68f58b6d
Bundled Themes: Update the "Tested up to" value.
...
"Tested up to" is not displayed on the theme directory or within the WordPress dashboard, but should be updated to be accurate for anyone reading the theme's source code.
Props akabarikalpesh, francina, mukesh27.
Fixes #53276 .
Built from https://develop.svn.wordpress.org/trunk@51042
git-svn-id: http://core.svn.wordpress.org/trunk@50651 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-05-27 20:44:57 +00:00
ryelle
4995a09ba2
Twenty Thirteen: Fix missing translations in block patterns, add image credits.
...
Props audrasjb, melchoyce.
Follow-up to [51012].
Fixes #51104 .
Built from https://develop.svn.wordpress.org/trunk@51034
git-svn-id: http://core.svn.wordpress.org/trunk@50643 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-05-26 16:55:57 +00:00
ryelle
3faec7852e
Bundled Themes: Introduce block patterns for Twenty Twelve.
...
Props beafialho, kjellr, melchoyce, onemaggie.
Fixes #51105 .
Built from https://develop.svn.wordpress.org/trunk@51033
git-svn-id: http://core.svn.wordpress.org/trunk@50642 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-05-26 16:39:58 +00:00
ryelle
d8b8ceb4d3
Bundled Themes: Introduce block patterns for Twenty Thirteen.
...
Props joen, melchoyce, kjellr, onemaggie.
Fixes #51104 .
Built from https://develop.svn.wordpress.org/trunk@51012
git-svn-id: http://core.svn.wordpress.org/trunk@50621 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-05-25 20:26:59 +00:00
desrosj
0a75462702
Twenty Twenty: Hide some elements for print that are not useful in that context.
...
This adds the comment count, previous/next posts navigation, and category link list to the list of elements hidden from the print context.
Props kjellr, hareesh-pillai, poena.
Fixes #50433 .
Built from https://develop.svn.wordpress.org/trunk@50976
git-svn-id: http://core.svn.wordpress.org/trunk@50585 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-05-24 18:41:55 +00:00
desrosj
5132f704d4
Twenty Twenty-One: Re-add `px` unit to the admin bar height custom property.
...
The `px` unit added in [50388] to prevent invalid values when using `calc` functions was inadvertently removed in [50972].
This re-adds the unit to ensure the issue reported in #52564 remains fixed. The same stylelint rule adjustment made in [50388] to `.stylelintrc-css.json` has also been copied over to `stylelintrc.json` file, which is the configuration file used when linting `.scss` files.
Props ocean90.
See #52624 , #52564 .
Built from https://develop.svn.wordpress.org/trunk@50975
git-svn-id: http://core.svn.wordpress.org/trunk@50584 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-05-24 18:33:59 +00:00
desrosj
cb5943f263
Bundled Themes: Update `devDependencies` for default themes.
...
This updates several `devDependencies` to their latest versions for the Twenty Twenty and Twenty Nineteen themes.
See #52624 .
Built from https://develop.svn.wordpress.org/trunk@50974
git-svn-id: http://core.svn.wordpress.org/trunk@50583 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-05-24 18:10:00 +00:00
desrosj
a537de7b00
Twenty Twenty-One: Update `devDependencies`.
...
This updates several `devDependencies` to their latest versions.
The deprecated `stylelint-config-wordpress` package has also been replaced with the `@wordpress/stylelint-config` package.
This commit also includes several minor adjustments to `.scss` files to decrease the number of coding standards warnings produced when running `lint:scss`.
See #52624 .
Built from https://develop.svn.wordpress.org/trunk@50972
git-svn-id: http://core.svn.wordpress.org/trunk@50581 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-05-24 15:37:55 +00:00
davidbaumwald
77cf4ea88d
Twenty Twenty: Correct `label` attribute references to `aria_label` in `get_search_form`.
...
In the bundled Twenty Twenty theme, a `label` argument was passed to `get_search_form` but used as the `aria_label` on the form. This change updates the argument name to `aria_label` and maintains backwards compatibility for usage of the original `label` argument.
Props poena, sabernhardt, ipulc2, kishanjasani, mukesh27.
Fixes #51877 .
Built from https://develop.svn.wordpress.org/trunk@50933
git-svn-id: http://core.svn.wordpress.org/trunk@50542 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-05-19 18:39:56 +00:00
Sergey Biryukov
f4631a98f5
Twenty Nineteen: Update theme information in the `package.json` file.
...
This removes references to the archived Git repository and updates the URLs to point to the theme's WordPress.org Theme Directory URL and Trac.
Follow-up to [50924].
See #53196 .
Built from https://develop.svn.wordpress.org/trunk@50925
git-svn-id: http://core.svn.wordpress.org/trunk@50534 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-05-18 12:49:01 +00:00
Sergey Biryukov
5343283f66
Twenty Twenty: Update theme information in the `package.json` file.
...
This removes references to the archived Git repository and updates the URLs to point to the theme's WordPress.org Theme Directory URL and Trac.
Props arkrs, desrosj, mukesh27.
Fixes #53196 .
Built from https://develop.svn.wordpress.org/trunk@50924
git-svn-id: http://core.svn.wordpress.org/trunk@50533 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-05-18 12:47:05 +00:00
davidbaumwald
2e762721b1
Bundled Theme: Update `twenty_twenty_one_password_form` function to actually use a `$post` parameter.
...
The `twentytwentyone` filtered `the_password_form` with a `twenty_twenty_one_password_form` callback that, by default, passed only one parameter that was assumed to be the post or post ID. However, the first parameter for `the_password_form` is the filtered output value. This fix updates both the filter reference and callback to use two parameters: `$output` and `$post`.
Props burhandodhy, mukesh27.
Fixes #53091 .
Built from https://develop.svn.wordpress.org/trunk@50841
git-svn-id: http://core.svn.wordpress.org/trunk@50450 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-05-11 18:26:01 +00:00
Sergey Biryukov
6f2fa9ef42
Twenty Twenty-One: Fix "Opening PHP tag must be on a line by itself" WPCS issue.
...
Follow-up to [50802].
See #52938 .
Built from https://develop.svn.wordpress.org/trunk@50806
git-svn-id: http://core.svn.wordpress.org/trunk@50415 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-05-03 14:35:02 +00:00
Sergey Biryukov
85d526c5d0
Twenty Twenty-One: Display page title as the H1 heading when a static page is selected as the "Posts page".
...
This ensures that the heading represents the content of the page. Previously, the site title was displayed instead.
Props sabernhardt, justinahinon, rianrietveld, mukesh27, francina, audrasjb, Boniu91.
Fixes #52938 .
Built from https://develop.svn.wordpress.org/trunk@50802
git-svn-id: http://core.svn.wordpress.org/trunk@50411 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-05-01 18:14:05 +00:00
Peter Wilson
793da8732f
Bundled Themes: Bump versions for WordPress 5.7.1.
...
Twenty Twenty-One: Bump version to 1.3
Twenty Seventeen: Bump version to 2.7
Props desrosj, mukesh27, peterwilsoncc.
Fixes #52859 .
Built from https://develop.svn.wordpress.org/trunk@50708
git-svn-id: http://core.svn.wordpress.org/trunk@50317 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-04-13 23:49:06 +00:00
desrosj
94dae2b608
Bundled Themes: Update the “Tested up to” value.
...
“Tested up to” is not displayed on the theme directory or within the WordPress dashboard, but should be updated to be accurate for anyone reading the theme’s source code.
Follow up to [50508].
Fixes #52859 .
Built from https://develop.svn.wordpress.org/trunk@50669
git-svn-id: http://core.svn.wordpress.org/trunk@50281 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-04-06 14:43:08 +00:00
desrosj
cfe859c1f3
Twenty Twenty-One: Rebuild IE specific editor stylesheet.
...
This was not updated to include the changes from [50493].
Fixes #52981 . See #52702 .
Built from https://develop.svn.wordpress.org/trunk@50667
git-svn-id: http://core.svn.wordpress.org/trunk@50279 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-04-06 14:12:05 +00:00
desrosj
caa5abc6c1
Build/Test Tools: Update dependencies in default themes.
...
This updates several dependencies in the Twenty Nineteen, Twenty Twenty, and Twenty Twenty-One default themes.
See #52624 .
Built from https://develop.svn.wordpress.org/trunk@50666
git-svn-id: http://core.svn.wordpress.org/trunk@50278 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-04-06 14:07:07 +00:00