Make WordPress Core


Ignore:
Timestamp:
07/24/2023 11:37:29 PM (21 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/about.php

    r56285 r56292  
    3333            </div>
    3434
    35             <div class="about__header-text"><?php _e( 'Edit pages in the Site Editor, sync patterns, and more' ); ?></div>
     35            <div class="about__header-text"></div>
    3636        </div>
    3737
     
    9393            <div class="column is-vertically-aligned-center">
    9494                <h3><?php _e( 'Work faster with the Command Palette' ); ?></h3>
    95                 <p><?php _e( 'Switch to a specific template or open your editor preferences with a new tool that helps you quickly navigate expanded functionality. With simple keyboard shortcuts (⌘+k on Mac or ctrl+k on Windows), clicking the sidebar search icon in Site View, or clicking the Title Bar, get where you need to go and do what you need to do in seconds.' ); ?></p>
     95                <p><?php _e( 'Switch to a specific template or open your editor preferences with a new tool that helps you quickly navigate expanded functionality. With simple keyboard shortcuts (⌘+k on Mac or Ctrl+k on Windows), clicking the sidebar search icon in Site View, or clicking the Title Bar, get where you need to go and do what you need to do in seconds.' ); ?></p>
    9696            </div>
    9797        </div>
     
    198198                    <svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false">
    199199                        <rect width="48" height="48" rx="4" fill="#151515"/>
     200                        <path fill="#fff" fill-rule="evenodd" d="m20.014 21.168 3.988-3.418 3.988 3.418-.976 1.14-3.012-2.582-3.012 2.581-.976-1.139Z" clip-rule="evenodd"/>
     201                        <path fill="#fff" d="M16 29h16v-1.5H16V29Z"/>
    200202                    </svg>
    201203                </div>
     
    232234        <div class="about__section has-3-columns">
    233235            <div class="column about__image is-vertically-aligned-top">
    234                 <img src="./images/about-release-badge.svg" alt="" />
     236                <img src="<?php echo esc_url( admin_url( 'images/about-release-badge.svg?ver=6.3' ) ); ?>" alt="" />
    235237            </div>
    236238            <div class="column is-vertically-aligned-center" style="grid-column-end:span 2">
Note: See TracChangeset for help on using the changeset viewer.