Make WordPress Core


Ignore:
Timestamp:
10/25/2022 02:54:42 PM (2 years ago)
Author:
ryelle
Message:

Help/About: Update About section images.

Switch to the CDN URLs for the images on the About page. Update the images used on Freedoms & Privacy to match the 6.1 design style.

Props richtabor, audrasjb, kebbet.
See #56357.

File:
1 edited

Legend:

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

    r51475 r54690  
    4040    <div class="about__section has-2-columns is-wider-right">
    4141        <div class="column about__image">
    42             <img class="privacy-image" src="<?php echo esc_url( admin_url( 'images/privacy.svg' ) ); ?>" alt="" />
     42            <img class="privacy-image" src="<?php echo esc_url( admin_url( 'images/privacy.svg?ver=6.1' ) ); ?>" alt="" />
    4343        </div>
    4444        <div class="column is-vertically-aligned-center">
Note: See TracChangeset for help on using the changeset viewer.