From df662d1e24c58d2ae098f3fc4830f00b8a88f5dc Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 30 Jun 2021 18:22:57 +0000 Subject: [PATCH] Coding Standards: Add missing visibility keywords to `WP_Theme`, `WP_Theme_JSON`, and `WP_Theme_JSON_Resolver` tests. Follow-up to [50959], [50960], [50967]. See #52627. Built from https://develop.svn.wordpress.org/trunk@51287 git-svn-id: http://core.svn.wordpress.org/trunk@50896 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 88491f3a86..9c7aa4293f 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.9-alpha-51286'; +$wp_version = '5.9-alpha-51287'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.