Bundled Themes: Provide instructions for updating comment block in TT2.

Adds instructions to the Twenty Twenty-Two readme file for updating the comment block from the legacy version to the newer version introduced in WordPress 6.1.

As Twenty Twenty-Two supports WordPress version prior to 6.1, the legacy comment block is used by default.

Props desrosj, jeffpaul, joedolson, mikachan, mrfoxtalbot, mukesh27, poena, ryokuhi, sabernhardt, thrijith.
Fixes #56496.


Built from https://develop.svn.wordpress.org/trunk@59289


git-svn-id: http://core.svn.wordpress.org/trunk@58681 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Peter Wilson 2024-10-25 00:23:21 +00:00
parent 11dfb2d162
commit c2441a3d71
2 changed files with 23 additions and 1 deletions

View File

@ -15,6 +15,28 @@ The true richness of Twenty Twenty-Two lies in its opportunity for customization
Whether youre building a single-page website, a blog, a business website, or a portfolio, Twenty Twenty-Two will help you create a site that is uniquely yours.
== Comment Block Support ==
If you are using WordPress version 6.1 or newer, you are recommended to update the comment block to the latest version.
= Instructions =
1. From the WordPress admin, open Appearance > Site Editor.
2. Select "Templates" from the menu in the Site Editor sidebar.
3. Select the template (see the list below) and open it in the Site Editor.
4. Locate the comments block.
5. If the comments block has a button with the text "Switch to editable mode", activate the button.
6. Save the template.
If the button is not present, then you may have already updated the block, and you do not need to make any changes.
Follow these instructions for each of the following templates:
- Pages
- Page (No Separators)
- Single Posts
- Single Post (No Separators)
== Changelog ==
= 1.8 =

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.8-alpha-59288';
$wp_version = '6.8-alpha-59289';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.