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.
Fixes #57387.

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


git-svn-id: http://core.svn.wordpress.org/trunk@55228 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
audrasjb 2023-05-03 22:32:19 +00:00
parent 5f1d229cbf
commit 8547f7b820
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="about__section">
<div class="column"> <div class="column">
<h2 class="aligncenter"> <h2>
<?php <?php
printf( printf(
/* translators: %s: Version number. */ /* translators: %s: Version number. */
@ -53,7 +53,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
); );
?> ?>
</h2> </h2>
<p class="is-subheading aligncenter"> <p class="is-subheading">
<?php <?php
printf( printf(
/* translators: 1: Count of enhancements, 2: Count of bug fixes. */ /* translators: 1: Count of enhancements, 2: Count of bug fixes. */

View File

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