From fd1234b0c21fa344c15a24be5d1d2ac847326f6e Mon Sep 17 00:00:00 2001 From: Peter Wilson Date: Wed, 25 May 2022 02:17:54 +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. git-svn-id: https://develop.svn.wordpress.org/trunk@53447 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/about.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/about.php b/src/wp-admin/about.php index b4a3ac8644..844dfeb2d8 100644 --- a/src/wp-admin/about.php +++ b/src/wp-admin/about.php @@ -256,7 +256,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';