From cf5cf75f092836e6ea9eb5ec6e1b6ca709c9155e Mon Sep 17 00:00:00 2001 From: Peter Wilson Date: Wed, 25 May 2022 02:19:17 +0000 Subject: [PATCH] Help/About: Add cache busting string to video thumbnail. Append `?ver=6.0` to the image used for linking to the video to break the cache in browsers, proxy servers and on the CDN. A new version of the image has been uploaded and replaced the file in the original location. Props annezazu, critterverse, ryelle, costdev, ironprogrammer, dd32. Fixes #55808. Built from https://develop.svn.wordpress.org/trunk@53447 git-svn-id: http://core.svn.wordpress.org/trunk@53036 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 b4a3ac8644..844dfeb2d8 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -256,7 +256,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
diff --git a/wp-includes/version.php b/wp-includes/version.php index ac69d4d738..6685637569 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.1-alpha-53442'; +$wp_version = '6.1-alpha-53447'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.