Make WordPress Core


Ignore:
Timestamp:
10/25/2022 07:47:00 PM (2 years ago)
Author:
davidbaumwald
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.
Reviewed by desrosj.
Merges [54690] to the 6.1 branch.
See #56357.

Location:
branches/6.1
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/6.1

  • branches/6.1/src/wp-admin/privacy.php

    r51475 r54695  
    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.