45778 Commits

Author SHA1 Message Date
Jb Audras
7f126b3b67 Grouped backports to the 6.0 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.
- Editor: Remove shortcode support from block templates.

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



git-svn-id: https://develop.svn.wordpress.org/branches/6.0@55773 602fd350-edb4-49c9-b593-d223f7449a82
2023-05-16 15:18:41 +00:00
Sergey Biryukov
3f34053478 Tests: Adjust the expected mime type for WOFF fonts on PHP 8.1.12+.
As of PHP 8.1.12, which includes libmagic/file update to version 5.42, the expected mime type for WOFF files has changed to `font/woff`, so the type needs to be adjusted accordingly in `wp_check_filetype_and_ext()` tests.

References:
* [https://github.com/php/php-src/issues/8805 php-src: #8805: finfo returns wrong mime type for woff/woff2 files]
* [https://www.php.net/ChangeLog-8.php#8.1.12 PHP 8.1.12 changelog]

Follow-up to [40124], [54508], [54509], [54724].

Props desrosj, jrf, costdev, SergeyBiryukov.
Merges [55462] to the 6.0 branch.
Fixes #56817.

git-svn-id: https://develop.svn.wordpress.org/branches/6.0@55497 602fd350-edb4-49c9-b593-d223f7449a82
2023-03-09 14:04:12 +00:00
Jonathan Desrosiers
91bd605bdf Build/Test Tools: Update several GitHub Actions.
This updates three GitHub Actions to their latest versions:
- `shivammathur/setup-php`
- `actions/cache`
- `wow-actions/welcome`

The welcome action now uses the `GITHUB_TOKEN` by default, so it no longer needs to be passed manually.

Merges [54651] and [55487] to the 6.0 branch.
See #56793, #57572.

git-svn-id: https://develop.svn.wordpress.org/branches/6.0@55490 602fd350-edb4-49c9-b593-d223f7449a82
2023-03-08 16:48:21 +00:00
Jonathan Desrosiers
cdcf93de06 General: Update SVN mergeinfo.
Missed in [55482].


git-svn-id: https://develop.svn.wordpress.org/branches/6.0@55483 602fd350-edb4-49c9-b593-d223f7449a82
2023-03-07 20:16:39 +00:00
Jonathan Desrosiers
c97877e2f3 Build/Test Tools: Backport updates to GitHub Actions.
This backports several changesets to GitHub Actions workflows. These changesets:
- address the deprecated notices related to `save-output` and `set-output` to ensure the workflows continue to run after these are removed.
- adds support for automatically retrying a failed workflow once.
- backports some Docker environment related tooling updates for the sake of consistency across branches.

Merges [53628], [53636], [53736], [53737], [53895], [53940], [53947], [54039], [54096], [54108], [54293], [54297], [54313], [54342], [54343], [54371], [54373], [54511], [54649], [54650], [54674], [54678], [54750], [54851], [54852], [54856], [54921], [55152] to the 6.0 branch.
See 55702, #52708, #55652, #55652, #55700, #55652, #56407, #56407, #56528, #55652, #55652, #55652, #54695, #55652, #55652, #55652, #55652, #56820, #56820, #56816, #55652, #55652, #56820, #56793, #56793, #53841, #57148, #57572, #56682.

git-svn-id: https://develop.svn.wordpress.org/branches/6.0@55482 602fd350-edb4-49c9-b593-d223f7449a82
2023-03-07 19:36:29 +00:00
Peter Wilson
1e52ae5fed I18N: Add new strings to about.php for use with end-of-life updates.
This changeset adds two additional translation strings in the changelog file, for use when releasing the final version of WordPress on a particular branch.

Props peterwilsoncc, audrasjb, mukesh27.
Merges [55350] to the 6.0 branch.
Fixes #57216.



git-svn-id: https://develop.svn.wordpress.org/branches/6.0@55372 602fd350-edb4-49c9-b593-d223f7449a82
2023-02-21 02:37:11 +00:00
Peter Wilson
ca12beb331 Built/Test tools, HTTP API: Refactor test for multiple location headers.
Remove wordpress.org as an external dependency testing `WP_HTTP::handle_redirects()`.

This refactors and reenables an existing test to call the `WP_HTTP::handle_redirects()` method directly with a mocked array of HTTP headers containing multiple location headers.

The test is moved from the external-http group to the http test group as it no longer makes an HTTP request.

Follow up to [54955].

Props SergeyBiryukov, dd32, peterwilsoncc.
Merges [54968] to the 6.0 branch.
Fixes #57306.
See #56793.



git-svn-id: https://develop.svn.wordpress.org/branches/6.0@54975 602fd350-edb4-49c9-b593-d223f7449a82
2022-12-15 04:20:34 +00:00
Sergey Biryukov
34d1e48811 Coding Standards: Correct the deprecation version for _filter_query_attachment_filenames().
Follow-up to [54524], [54534].

Props jrf.
Merges [54878] to the 6.0 branch.
See #56791.

git-svn-id: https://develop.svn.wordpress.org/branches/6.0@54880 602fd350-edb4-49c9-b593-d223f7449a82
2022-11-26 16:26:49 +00:00
Peter Wilson
3a6dbcde6e Media: Add object-fit to the allowed list of CSS properties.
This resolves a bug in Featured Image blocks where `object-fit` was being removed during the `render_callback`.

Props raduiason, pbiron, kebbet, SergeyBiryukov, bernhard-reiter, ironprogrammer, xknown, audrasjb, ckanderson22, ivanjeronimo, seriouslysenpai, davidbaumwald.
Merges [54675] to the 6.0 branch.
Fixes #56855.



git-svn-id: https://develop.svn.wordpress.org/branches/6.0@54763 602fd350-edb4-49c9-b593-d223f7449a82
2022-11-08 04:33:04 +00:00
Sergey Biryukov
3697ce03b7 Post WordPress 6.0.3 version bump.
The 6.0 branch is now 6.0.4-alpha.

git-svn-id: https://develop.svn.wordpress.org/branches/6.0@54628 602fd350-edb4-49c9-b593-d223f7449a82
2022-10-17 23:08:38 +00:00
Sergey Biryukov
aada438606 WordPress 6.0.3.
git-svn-id: https://develop.svn.wordpress.org/branches/6.0@54597 602fd350-edb4-49c9-b593-d223f7449a82
2022-10-17 20:10:38 +00:00
Jb Audras
8643d067d0 Help/About: Update the About page for WordPress 6.0.3.
git-svn-id: https://develop.svn.wordpress.org/branches/6.0@54577 602fd350-edb4-49c9-b593-d223f7449a82
2022-10-17 19:38:32 +00:00
Sergey Biryukov
79f361f47d Users: Revert use of shared objects for current user.
Reverts [50790].

Props oztaser, ravipatel, dd32, costdev, SergeyBiryukov, tykoted, cu121, xknown.
Merges [54397] to the 6.0 branch.
Fixes #54984.

git-svn-id: https://develop.svn.wordpress.org/branches/6.0@54544 602fd350-edb4-49c9-b593-d223f7449a82
2022-10-17 16:53:54 +00:00
Jonathan Desrosiers
863c5c46da Editor: Bump @wordpress packages for 6.0.3.
Package updates for bug fixes:

* @wordpress/block-directory: 3.4.15
* @wordpress/block-library: 7.3.15
* @wordpress/customize-widgets: 3.3.15
* @wordpress/edit-post: 6.3.15
* @wordpress/edit-site: 4.3.15
* @wordpress/edit-widgets: 4.3.15
* @wordpress/widgets: 2.4.11

git-svn-id: https://develop.svn.wordpress.org/branches/6.0@54543 602fd350-edb4-49c9-b593-d223f7449a82
2022-10-17 16:22:04 +00:00
Jb Audras
a058ffd9b8 Widgets: Escape RSS error messages for display.
Props xknown, timothyblynjacobs, matveb, talldanwp.
Merges [54541] to the 6.0 branch.


git-svn-id: https://develop.svn.wordpress.org/branches/6.0@54542 602fd350-edb4-49c9-b593-d223f7449a82
2022-10-17 12:41:05 +00:00
Jb Audras
49660ae677 Query: Validate relation in WP_Date_Query.
Props dd32, johnjamesjacoby, martinkrcho, ehtis, paulkevan, peterwilsoncc.
Merges [54530] to the 6.0 branch.


git-svn-id: https://develop.svn.wordpress.org/branches/6.0@54540 602fd350-edb4-49c9-b593-d223f7449a82
2022-10-17 12:36:06 +00:00
Jb Audras
254d3b599c Mail: Reset PHPMailer properties between use.
Props xknown, martinkrcho, tykoted.
Merges [54529] to the 6.0 branch.


git-svn-id: https://develop.svn.wordpress.org/branches/6.0@54539 602fd350-edb4-49c9-b593-d223f7449a82
2022-10-17 12:34:37 +00:00
Jb Audras
fa8d3b72f6 REST API: Lockdown post parameter of the terms endpoint.
Props johnbillion, tykoted, timothyblynjacobs, peterwilsoncc, martinkrcho, ehtis.
Merges [54528] to the 6.0 branch.


git-svn-id: https://develop.svn.wordpress.org/branches/6.0@54538 602fd350-edb4-49c9-b593-d223f7449a82
2022-10-17 12:33:23 +00:00
Jb Audras
1d7c8b1873 Comments: Apply kses when editing comments.
Props davidbaumwald, xknown, peterwilsoncc, paulkevan.
Merges [54527] to the 6.0 branch.


git-svn-id: https://develop.svn.wordpress.org/branches/6.0@54537 602fd350-edb4-49c9-b593-d223f7449a82
2022-10-17 12:31:51 +00:00
Jb Audras
9c29c8f600 Customize: Escape blogname option in underscores templates.
Props xknown, martinkrcho.
Merges [54526] to the 6.0 branch.


git-svn-id: https://develop.svn.wordpress.org/branches/6.0@54536 602fd350-edb4-49c9-b593-d223f7449a82
2022-10-17 12:29:54 +00:00
Jb Audras
e5ced7955a Pings/trackbacks: Apply KSES to all trackbacks.
Props dd32, xknown, martinkrcho, peterwilsoncc.
Merges [54525] to the 6.0 branch.


git-svn-id: https://develop.svn.wordpress.org/branches/6.0@54535 602fd350-edb4-49c9-b593-d223f7449a82
2022-10-17 12:27:09 +00:00
Jb Audras
a3deb1ef5e Media: Refactor search by filename within the admin.
Props vortfu, xknown, peterwilsoncc, paulkevan.
Merges [54524] to the 6.0 branch.


git-svn-id: https://develop.svn.wordpress.org/branches/6.0@54534 602fd350-edb4-49c9-b593-d223f7449a82
2022-10-17 12:24:45 +00:00
Jb Audras
c26c02700d Posts, Post types: Remove emails from post-by-email logs.
Props paulkevan, xknown, martinkrcho, peterwilsoncc.
Merges [54523] to the 6.0 branch.


git-svn-id: https://develop.svn.wordpress.org/branches/6.0@54533 602fd350-edb4-49c9-b593-d223f7449a82
2022-10-17 12:18:21 +00:00
Jb Audras
419de4780c General: Validate host on "Are you sure?" screen.
Props voldemortensen, xknown, peterwiloncc.

Merges [54522] to the 6.0 branch.


git-svn-id: https://develop.svn.wordpress.org/branches/6.0@54532 602fd350-edb4-49c9-b593-d223f7449a82
2022-10-17 12:09:54 +00:00
Jb Audras
9668242b09 Posts, Post types: Apply KSES to post-by-email content.
Props voldemortensen, johnbillion, paulkevan, peterwilsoncc, xknown, dd32, audrasjb.


git-svn-id: https://develop.svn.wordpress.org/branches/6.0@54531 602fd350-edb4-49c9-b593-d223f7449a82
2022-10-17 12:03:36 +00:00
Peter Wilson
a92f7b803a Tests: Replace the timezone used in date/time tests.
The `Europe/Kiev` timezone has been deprecated in PHP 8.2 and replaced with `Europe/Kyiv`.

The tests updated in this commit are testing the WordPress date/time functionality. They are **not** testing whether WP or PHP can handle deprecated timezone names correctly.

To ensure the tests follow the original purpose, the use of `Europe/Kiev` within these tests is now replaced with the `Europe/Helsinki` timezone, which is within the same timezone as `Europe/Kyiv`. This should ensure that these tests run without issue and test what they are supposed to be testing on every supported PHP version (unless at some point in the future `Europe/Helsinki` would be renamed, but that's a bridge to cross if and when).

Note: Separate tests should/will be added to ensure that relevant date/time related functions handle a deprecated timezone correctly, but that is not something ''these'' tests are supposed to be testing.

Follow-up to [45853], [45856], [45876], [45882], [45887], [45908], [45914], [46577], [46154], [46580], [46864], [46974], [54207].

Props jrf, costdev, SergeyBiryukov.
Merges [54217] to the 6.0 branch.
See #56468.


git-svn-id: https://develop.svn.wordpress.org/branches/6.0@54512 602fd350-edb4-49c9-b593-d223f7449a82
2022-10-14 05:58:20 +00:00
Peter Wilson
c697da5a38 Security: Introduce strings to indicate support status.
Add strings for use in future maintenance/security releases to indicate the security support status of the version of WordPress.

Two strings are introduced:

* indicating the version of WordPress is not receiving security updates, and,
* indicating the version of WordPress will shortly stop receiving security updates.

This change does not make use of the strings, the purpose is to make them available to translators prior to dropping support of selected versions of WordPress.

Props costdev, chesio, robinwpdeveloper, desrosj, rudlinkon, mukesh27, sumitbagthariya16.
Merges [54322] to the 6.0 branch.
See #56532.



git-svn-id: https://develop.svn.wordpress.org/branches/6.0@54430 602fd350-edb4-49c9-b593-d223f7449a82
2022-10-10 04:43:54 +00:00
Jonathan Desrosiers
97218bbfd3 Post WordPress 6.0.2 version bump.
The `6.0` branch is now `6.0.3-alpha`.

git-svn-id: https://develop.svn.wordpress.org/branches/6.0@54035 602fd350-edb4-49c9-b593-d223f7449a82
2022-08-30 19:43:51 +00:00
Jonathan Desrosiers
db44bb9cbf WordPress 6.0.2.
git-svn-id: https://develop.svn.wordpress.org/branches/6.0@53987 602fd350-edb4-49c9-b593-d223f7449a82
2022-08-30 17:22:51 +00:00
Sergey Biryukov
fdf994035d Plugins: Escape output in error messages.
Props tykoted, paulkevan, peterwilsoncc.
Merges [53960] to the 6.0 branch.

git-svn-id: https://develop.svn.wordpress.org/branches/6.0@53963 602fd350-edb4-49c9-b593-d223f7449a82
2022-08-30 15:19:08 +00:00
Sergey Biryukov
b33cc43b7b General: Ensure bookmark query limits are numeric.
Props paulkevan, xknown.
Merges [53959] to the 6.0 branch.

git-svn-id: https://develop.svn.wordpress.org/branches/6.0@53962 602fd350-edb4-49c9-b593-d223f7449a82
2022-08-30 15:18:08 +00:00
Sergey Biryukov
f61e5ec2e5 Posts, Post Types: Escape output within the_meta().
Convert markup to entities when displaying on the front end. Deprecates `the_meta()` in favor of `get_post_meta()`.

Props tykoted, martinkrcho, xknown, dd32, peterwilsoncc, paulkevan, timothyblynjacobs.
Merges [53958] to the 6.0 branch.

git-svn-id: https://develop.svn.wordpress.org/branches/6.0@53961 602fd350-edb4-49c9-b593-d223f7449a82
2022-08-30 15:17:21 +00:00
Sergey Biryukov
9da39a18bb Post WordPress 6.0.2 RC1 version bump.
git-svn-id: https://develop.svn.wordpress.org/branches/6.0@53932 602fd350-edb4-49c9-b593-d223f7449a82
2022-08-23 16:47:30 +00:00
Sergey Biryukov
7a99a76015 WordPress 6.0.2 RC1.
git-svn-id: https://develop.svn.wordpress.org/branches/6.0@53931 602fd350-edb4-49c9-b593-d223f7449a82
2022-08-23 16:22:16 +00:00
Sergey Biryukov
3afe021c2d Editor: Backport bug fixes from Gutenberg into Core for WP 6.0.2 RC.
This brings a new version of the Gutenberg code from the [https://github.com/WordPress/gutenberg/tree/wp/6.0 wp/6.0 branch] into core.

- @wordpress/block-directory@3.4.14
- @wordpress/block-editor@8.5.10
- @wordpress/block-library@7.3.14
- @wordpress/customize-widgets@3.3.14
- @wordpress/edit-post@6.3.14
- @wordpress/edit-site@4.3.14
- @wordpress/edit-widgets@4.3.14
- @wordpress/editor@12.5.10
- @wordpress/format-library@3.4.10
- @wordpress/reusable-blocks@3.4.10
- @wordpress/widgets@2.4.10

Props gziolo, SergeyBiryukov.
Merges [53929] to the 6.0 branch.
Fixes #56414.

git-svn-id: https://develop.svn.wordpress.org/branches/6.0@53930 602fd350-edb4-49c9-b593-d223f7449a82
2022-08-23 15:52:08 +00:00
Sergey Biryukov
52b1a515d6 Editor: Ensure get_block_templates() returns unique templates or template parts.
The function was using the `array_column()` PHP function on an array of objects, which works as expected on PHP 7 or later, but not on PHP 5.6.

This resulted in customized templates being listed multiple times on the Templates and Template Parts screens, and being repeatedly added between lists when switching between the screens.

The issue is now resolved by replacing `array_column()` with the `wp_list_pluck()` WordPress core function, which provides consistent behavior beetween PHP versions.

Reference: [https://github.com/php/php-src/blob/PHP-7.0.0/UPGRADING#L626 PHP 7.0 Upgrade Notes: array_column()].

Props uofaberdeendarren, antonvlasenko, ironprogrammer, jonmackintosh, costdev, hellofromTonya, swissspidy, rudlinkon.
Merges [53927] to the 6.0 branch.
Fixes #56271.

git-svn-id: https://develop.svn.wordpress.org/branches/6.0@53928 602fd350-edb4-49c9-b593-d223f7449a82
2022-08-23 14:54:57 +00:00
Sergey Biryukov
1e9ba11079 External Libraries: Update the Moment library to version 2.29.4.
This is a minor bug fix release.

Props dilipbheda, desrosj, jkfoiztmcjeikfp, audrasjb.
Merges [53662] and [53725] to the 6.0 branch.
Fixes #56402. See #56031.

git-svn-id: https://develop.svn.wordpress.org/branches/6.0@53926 602fd350-edb4-49c9-b593-d223f7449a82
2022-08-23 13:55:32 +00:00
Sergey Biryukov
bc48c587fd Help/About: Improve vertical alignment in the Additional Design Tools section.
This makes a transparent circle SVG smaller by removing empty space to match the height of other images in the same section, so that all three columns are aligned correctly.

Follow-up to [53339].

Props sabernhardt, weboccults, ironprogrammer, webcommsat, marybaum, oglekler.
Merges [53924] to the 6.0 branch.
Fixes #56210.

git-svn-id: https://develop.svn.wordpress.org/branches/6.0@53925 602fd350-edb4-49c9-b593-d223f7449a82
2022-08-23 13:48:07 +00:00
Sergey Biryukov
8aa91a417a Editor: Fix register_block_type does not recognise ancestor block setting.
When registering block through PHP, using `register_block_type` function, newly introduced `ancestor` block setting in `block.json` was not recognised. It worked though, when block is registered from JavaScript.

Props lovor, annezazu, gziolo.
Merges [53718] to the 6.0 branch.
Fixes #56184.

git-svn-id: https://develop.svn.wordpress.org/branches/6.0@53923 602fd350-edb4-49c9-b593-d223f7449a82
2022-08-23 13:30:46 +00:00
Jb Audras
bca5924f0a Themes: Allow remote pattern registration in theme.json when core patterns are disabled.
In 6.0 there is now a functionality that allows to register selected remote patterns (from the Pattern Directory) via `theme.json`. However, it requires to fully enable all core and remote patterns. This can be a blocker for user adoption.

Many theme authors want to have all core and remote patterns disabled by default using `remove_theme_support( 'core-block-patterns' )`. This changeset ensures they are serving only patterns relevant to their theme.

It removes theme support check from the function that registers remote patterns specified in `theme.json`. This allows theme authors to disable core patterns but then selectively register the ones they want from the Pattern Directory. If a theme author intentionally specifies patterns in `theme.json`, they probably intend for them to be present in the pattern inserter and the check is not required.

This change will make the Pattern Directory more appealing/usable from a theme author's perspective.

Props ndiego, ryelle, audrasjb.
Merges [53793] to the 6.0 branch.
Fixes #56112.


git-svn-id: https://develop.svn.wordpress.org/branches/6.0@53903 602fd350-edb4-49c9-b593-d223f7449a82
2022-08-17 21:12:44 +00:00
Jonathan Desrosiers
67023d0c66 Build/Test Tools: Add tag pattern matching for the testing NPM workflow.
This workflow was missed in [50298].

Merges [53737] to the 6.0 branch.
See #55652.

git-svn-id: https://develop.svn.wordpress.org/branches/6.0@53738 602fd350-edb4-49c9-b593-d223f7449a82
2022-07-20 18:54:23 +00:00
Sergey Biryukov
3a518382cb Docs: Correct @since tags introduced in WordPress 6.0.1.
The associated changes were backported to the 6.0 branch, so the version should be 6.0.1 instead of 6.1.0.

This affects:
* `@since` tag for the `block-templates` feature in `create_initial_theme_features()`.
* `@since` tag for the `show_on_front`, `page_on_front`, and `page_for_posts` options on the REST API settings endpoint.

Follow-up to [53590], [53661].

Props tommusrhodus, johnbillion.
Merges [53704] to the 6.0 branch.
Fixes #56225.

git-svn-id: https://develop.svn.wordpress.org/branches/6.0@53705 602fd350-edb4-49c9-b593-d223f7449a82
2022-07-15 16:00:25 +00:00
Sergey Biryukov
33760e329c Post WordPress 6.0.1 version bump.
The 6.0 branch is now 6.0.2-alpha.

git-svn-id: https://develop.svn.wordpress.org/branches/6.0@53697 602fd350-edb4-49c9-b593-d223f7449a82
2022-07-12 17:06:40 +00:00
Sergey Biryukov
c493b62c64 WordPress 6.0.1.
git-svn-id: https://develop.svn.wordpress.org/branches/6.0@53695 602fd350-edb4-49c9-b593-d223f7449a82
2022-07-12 16:11:31 +00:00
Sergey Biryukov
b187227880 Help/About: Update the About page for WordPress 6.0.1.
Fixes #56200.

git-svn-id: https://develop.svn.wordpress.org/branches/6.0@53694 602fd350-edb4-49c9-b593-d223f7449a82
2022-07-12 12:52:13 +00:00
Sergey Biryukov
9b105d92a4 Editor: Include user's name in the wp_refresh_post_lock() response.
This ensures that the post lock data returned by the Heartbeat API is consistent.

Previously, `wp_check_locked_posts()` was updated to return the name of the user currently editing the post, but the `wp_refresh_post_lock()` response did not get a similar change.

Follow-up to [53070].

Props nathan.noom.
Merges [53692] to the 6.0 branch.
Fixes #56197.

git-svn-id: https://develop.svn.wordpress.org/branches/6.0@53693 602fd350-edb4-49c9-b593-d223f7449a82
2022-07-11 18:20:04 +00:00
Sergey Biryukov
ac3de7c5b3 Post WordPress 6.0.1 RC1 version bump.
git-svn-id: https://develop.svn.wordpress.org/branches/6.0@53668 602fd350-edb4-49c9-b593-d223f7449a82
2022-07-05 16:43:47 +00:00
Sergey Biryukov
d8bca57634 WordPress 6.0.1 RC1.
git-svn-id: https://develop.svn.wordpress.org/branches/6.0@53667 602fd350-edb4-49c9-b593-d223f7449a82
2022-07-05 16:24:53 +00:00
Sergey Biryukov
a71bf79d64 Block Patterns: Update the value used for keywords.
Patterns on the [https://wordpress.org/patterns/ Pattern Directory] can have keywords for better discoverability while searching. The way these are stored [69548ff1f0 was changed from a taxonomy to meta value], but the `/wp/v2/pattern-directory/patterns` endpoint was still pulling from that old value.

The correct property to use for this field is `meta.wpop_keywords`, which returns a single string with comma-separated keywords.

Props ryelle, TimothyBlynJacobs.
Merges [53665] to the 6.0 branch.
See #56126.

git-svn-id: https://develop.svn.wordpress.org/branches/6.0@53666 602fd350-edb4-49c9-b593-d223f7449a82
2022-07-05 16:03:10 +00:00
Sergey Biryukov
340966a8c1 Themes: Revert the change of theme preview width on Add Themes screen.
The intention was for the preview ratio to remain accurate for the user's screen size when the sidebar is open, but this appears to have caused unintended side effects to the preview alignment.

Follow-up to [52647].

Props superbthemescom, Presskopp.
Merges [53663] to the 6.0 branch.
Fixes #56097. See #54764.

git-svn-id: https://develop.svn.wordpress.org/branches/6.0@53664 602fd350-edb4-49c9-b593-d223f7449a82
2022-07-05 15:36:19 +00:00