Help/About: Left-align 6.2 about page subheading.

This changeset removes the `aligncenter` class from `h2` and `is-subheading` items in the WordPress 6.2 About Page, for more consistent alignment. Also, future minor releases will add more left-aligned paragraphs under the "Maintenance Releases" section.

Props shagors, sabernhardt, mukesh27, amin7, costdev, pavanpatil1, audrasjb.
Merges [55716] to the 6.2 branch.
Fixes #57387.

Built from https://develop.svn.wordpress.org/branches/6.2@55731


git-svn-id: http://core.svn.wordpress.org/branches/6.2@55243 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
audrasjb 2023-05-08 20:15:19 +00:00
parent c3dff809b7
commit c7f1d4266b
2 changed files with 3 additions and 3 deletions

View File

@ -44,7 +44,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
<div class="about__section">
<div class="column">
<h2 class="aligncenter">
<h2>
<?php
printf(
/* translators: %s: Version number. */
@ -53,7 +53,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
);
?>
</h2>
<p class="is-subheading aligncenter">
<p class="is-subheading">
<?php
printf(
/* translators: 1: Count of enhancements, 2: Count of bug fixes. */

View File

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