From ec07a7e5658698146e551b632c35d85b03b5d1b2 Mon Sep 17 00:00:00 2001 From: Gary Pendergast Date: Mon, 8 Jul 2019 00:56:56 +0000 Subject: [PATCH] Coding Standards: Fix the remaining issues in `/tests`. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit All PHP files in `/tests` now conform to the PHP coding standards, or have exceptions appropriately marked. Travis now also runs `phpcs` on the `/tests` directory, any future changes to these files must conform entirely to the WordPress PHP coding standards. 🎉 See #47632. Built from https://develop.svn.wordpress.org/trunk@45607 git-svn-id: http://core.svn.wordpress.org/trunk@45418 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index ee899b9c34..4c37308d44 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.3-alpha-45606'; +$wp_version = '5.3-alpha-45607'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.