mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-22 17:18:32 +01:00
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:
parent
5d08331c21
commit
3884bd3c6e
@ -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>
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user