diff --git a/wp-includes/version.php b/wp-includes/version.php index 79fca6679c..e888fb152e 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.1-beta1-44562'; +$wp_version = '5.1-beta1-44563'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. diff --git a/wp-includes/wp-db.php b/wp-includes/wp-db.php index c85c1692fd..a9d707464c 100644 --- a/wp-includes/wp-db.php +++ b/wp-includes/wp-db.php @@ -18,6 +18,7 @@ define( 'EZSQL_VERSION', 'WP1.25' ); * @since 0.71 */ define( 'OBJECT', 'OBJECT' ); +// phpcs:ignore Generic.NamingConventions.UpperCaseConstantName.ConstantNotUpperCase define( 'object', 'OBJECT' ); // Back compat. /**