Twenty Twenty-Three: In page template, make post titles links.

In the "Blog (alternative)" page template, turn post titles into links. This is to better align with user expectations that individual post titles in a blog-like list of recent posts will be links to the corresponding blog posts.

Props scruffian.
Fixes #57175.
Built from https://develop.svn.wordpress.org/trunk@54887


git-svn-id: http://core.svn.wordpress.org/trunk@54439 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Bernhard Reiter 2022-11-28 15:13:18 +00:00
parent 5d08331c21
commit 3884bd3c6e
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
<!-- wp:column {"verticalAlignment":"center","width":"80%"} -->
<div class="wp-block-column is-vertically-aligned-center" style="flex-basis:80%">
<!-- wp:post-title /-->
<!-- wp:post-title {"isLink":true} /-->
</div>
<!-- /wp:column -->
</div>

View File

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