mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-22 17:18:32 +01: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. Built from https://develop.svn.wordpress.org/trunk@56285 git-svn-id: http://core.svn.wordpress.org/trunk@55797 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
d6fac66a83
commit
2eb4c43a4d
@ -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="privacy.php" class="nav-tab"><?php _e( 'Privacy' ); ?></a>
|
||||||
<a href="contribute.php" class="nav-tab"><?php _e( 'Get Involved' ); ?></a>
|
<a href="contribute.php" class="nav-tab"><?php _e( 'Get Involved' ); ?></a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<div class="about__section aligncenter">
|
<div class="about__section aligncenter">
|
||||||
<div class="column">
|
<div class="column">
|
||||||
<h2>
|
<h2>
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '6.4-alpha-56284';
|
$wp_version = '6.4-alpha-56285';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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.
|
||||||
|
Loading…
Reference in New Issue
Block a user