mirror of
git://develop.git.wordpress.org/
synced 2025-04-04 12:12:41 +02:00
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, peterwilsoncc. Merges [53447] to the 6.0 branch. Fixes #55808. git-svn-id: https://develop.svn.wordpress.org/branches/6.0@53649 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
9dad4c7c1d
commit
4bb333c506
@ -256,7 +256,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
|
||||
<div class="about__section has-2-columns is-wider-right">
|
||||
<div class="column about__image is-vertically-aligned-top">
|
||||
<a href="https://www.youtube.com/watch?v=oe452WcY7fA">
|
||||
<img src="https://s.w.org/images/core/6.0/about-60-video.png" alt="<?php echo esc_attr( __( 'Exploring WordPress 6.0 video' ) ); ?>" />
|
||||
<img src="https://s.w.org/images/core/6.0/about-60-video.png?ver=6.0" alt="<?php echo esc_attr( __( 'Exploring WordPress 6.0 video' ) ); ?>" />
|
||||
</a>
|
||||
</div>
|
||||
<div class="column">
|
||||
|
Loading…
x
Reference in New Issue
Block a user