From dc138704c6a6c061059b2c184d203bd2a139fa71 Mon Sep 17 00:00:00 2001 From: Dominik Schilling Date: Sun, 17 Jan 2021 17:52:06 +0000 Subject: [PATCH] Script Loader: Remove unused source file for `wp-a11y.js` which was replaced with the `@wordpress/a11y` package. Props afercia, audrasjb. See [46167], [46169], and [46179]. Fixes #50093. Built from https://develop.svn.wordpress.org/trunk@49972 git-svn-id: http://core.svn.wordpress.org/trunk@49673 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 70d4efe977..43e87c850f 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.7-alpha-49971'; +$wp_version = '5.7-alpha-49972'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.