Make WordPress Core

Changeset 55716


Ignore:
Timestamp:
05/03/2023 10:30:51 PM (17 months ago)
Author:
audrasjb
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/about.php

    r55624 r55716  
    4545        <div class="about__section">
    4646            <div class="column">
    47                 <h2 class="aligncenter">
     47                <h2>
    4848                    <?php
    4949                    printf(
     
    5454                    ?>
    5555                </h2>
    56                 <p class="is-subheading aligncenter">
     56                <p class="is-subheading">
    5757                    <?php
    5858                    printf(
Note: See TracChangeset for help on using the changeset viewer.