From a292585ea45b95a5a9fdf68ed087de5c950ed26e Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 10 Mar 2021 10:28:11 +0000 Subject: [PATCH] Help/About: Correct the WebM video URL on About page. Props mihdan, audrasjb. Fixes #52756. Built from https://develop.svn.wordpress.org/trunk@50518 git-svn-id: http://core.svn.wordpress.org/trunk@50131 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/about.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/about.php b/wp-admin/about.php index 583bc956a2..8ec83bd97a 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -90,7 +90,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
diff --git a/wp-includes/version.php b/wp-includes/version.php index fb7512fe2e..6b72c89eea 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.8-alpha-50517'; +$wp_version = '5.8-alpha-50518'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.