From 2eb4c43a4da50eac6797210738727a9c53935e86 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 24 Jul 2023 13:05:26 +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. Built from https://develop.svn.wordpress.org/trunk@56285 git-svn-id: http://core.svn.wordpress.org/trunk@55797 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/about.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/about.php b/wp-admin/about.php index 4b070b524e..927424376f 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -42,7 +42,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php'; - +

diff --git a/wp-includes/version.php b/wp-includes/version.php index e5fe63ed48..403a5adf39 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @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.