mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
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.
git-svn-id: https://develop.svn.wordpress.org/trunk@56285 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
9bb963b662
commit
20806d4d7f
@ -42,7 +42,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
|
||||
<a href="privacy.php" class="nav-tab"><?php _e( 'Privacy' ); ?></a>
|
||||
<a href="contribute.php" class="nav-tab"><?php _e( 'Get Involved' ); ?></a>
|
||||
</nav>
|
||||
|
||||
|
||||
<div class="about__section aligncenter">
|
||||
<div class="column">
|
||||
<h2>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user