Make WordPress Core

Changeset 56285


Ignore:
Timestamp:
07/24/2023 01:03:47 PM (17 months ago)
Author:
SergeyBiryukov
Message:

Coding Standards: Remove trailing tabs in wp-admin/about.php.

This resolves a WPCS warning:

Found precision alignment of 2 spaces.

Follow-up to [56263].

Props jrf.
See #58831, #58067.

File:
1 edited

Legend:

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

    r56263 r56285  
    4343            <a href="contribute.php" class="nav-tab"><?php _e( 'Get Involved' ); ?></a>
    4444        </nav>
    45        
     45
    4646        <div class="about__section aligncenter">
    4747            <div class="column">
Note: See TracChangeset for help on using the changeset viewer.