Make WordPress Core


Ignore:
Timestamp:
07/24/2023 11:37:29 PM (19 months ago)
Author:
ryelle
Message:

Help/About: Updates to About page.

Update the headers, icons, and avatar style to match the designs. Fix the version strings on embedded images. Remove the tagline on main About page. Update "ctrl" to the correct capitalization, "Ctrl".

Follow-up to [56263].
Props richtabor, markoserb, audrasjb, nekojonez.
See #58067.

File:
1 edited

Legend:

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

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