From 57b7f0bc22de9d82a3bd47e8fae2f72aac3ea54e Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 5 Apr 2020 03:21:06 +0000 Subject: [PATCH] Coding Standards: Switch `WordPress.PHP.YodaConditions.NotYoda` back to error level. This was marked as a warning in [45665] until all the issues associated with the sniff are addressed, so that linting on Travis could run across the entire codebase. With all the instances now addressed, this override is no longer needed. Follow-up to [47054], [47218], [47219]. See #49542. Built from https://develop.svn.wordpress.org/trunk@47551 git-svn-id: http://core.svn.wordpress.org/trunk@47326 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 eed9eb4e41..7fda8b0899 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.5-alpha-47550'; +$wp_version = '5.5-alpha-47551'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.