From 20806d4d7fed387f26deb134085f59e91ee66364 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 24 Jul 2023 13:03:47 +0000 Subject: [PATCH] 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 --- src/wp-admin/about.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/about.php b/src/wp-admin/about.php index 4b070b524e..927424376f 100644 --- a/src/wp-admin/about.php +++ b/src/wp-admin/about.php @@ -42,7 +42,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php'; - +