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 .


git-svn-id: https://develop.svn.wordpress.org/trunk@55716 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jb Audras 2023-05-03 22:30:51 +00:00
parent 3bfc6611ad
commit a67f9a0483

@ -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. */