From 767bdad5162ef4a93c325351d2e23bd4799182a5 Mon Sep 17 00:00:00 2001 From: Peter Wilson Date: Wed, 30 Nov 2022 22:54:12 +0000 Subject: [PATCH] Security: Improve accessibility of security policy. Replace emoji indicators of support with "yes" and "no". This prevents "White Heavy Check Mark" indicating supported versions for screen-reader users. Props audrasjb. Fixes #57222. Built from https://develop.svn.wordpress.org/trunk@54919 git-svn-id: http://core.svn.wordpress.org/trunk@54471 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 7b9d8716da..da5c6f3a0d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.2-alpha-54918'; +$wp_version = '6.2-alpha-54919'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.