Make WordPress Core

Changeset 53447


Ignore:
Timestamp:
05/25/2022 02:17:54 AM (2 years ago)
Author:
peterwilsoncc
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/about.php

    r53442 r53447  
    257257            <div class="column about__image is-vertically-aligned-top">
    258258                <a href="https://www.youtube.com/watch?v=oe452WcY7fA">
    259                     <img src="https://s.w.org/images/core/6.0/about-60-video.png" alt="<?php echo esc_attr( __( 'Exploring WordPress 6.0 video' ) ); ?>" />
     259                    <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' ) ); ?>" />
    260260                </a>
    261261            </div>
Note: See TracChangeset for help on using the changeset viewer.