Changeset 56292 for trunk/src/wp-admin/about.php
- Timestamp:
- 07/24/2023 11:37:29 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/about.php
r56285 r56292 33 33 </div> 34 34 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> 36 36 </div> 37 37 … … 93 93 <div class="column is-vertically-aligned-center"> 94 94 <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> 96 96 </div> 97 97 </div> … … 198 198 <svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false"> 199 199 <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"/> 200 202 </svg> 201 203 </div> … … 232 234 <div class="about__section has-3-columns"> 233 235 <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="" /> 235 237 </div> 236 238 <div class="column is-vertically-aligned-center" style="grid-column-end:span 2">
Note: See TracChangeset
for help on using the changeset viewer.