Make WordPress Core


Ignore:
Timestamp:
10/18/2022 06:33:25 PM (2 years ago)
Author:
davidbaumwald
Message:

Administration: Update the Dashboard welcome banner for 6.1.

Reviewed by ryelle and davidbaumwald.

Props ryelle, adampickering, mikeschroder, richtabor.
Fixes #56703.

File:
1 edited

Legend:

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

    r54169 r54638  
    20432043    <div class="welcome-panel-column-container">
    20442044        <div class="welcome-panel-column">
    2045             <div class="welcome-panel-icon-pages"></div>
     2045            <svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false">
     2046                <rect width="48" height="48" rx="4" fill="#1E1E1E"/>
     2047                <path fill-rule="evenodd" clip-rule="evenodd" d="M32.0668 17.0854L28.8221 13.9454L18.2008 24.671L16.8983 29.0827L21.4257 27.8309L32.0668 17.0854ZM16 32.75H24V31.25H16V32.75Z" fill="white"/>
     2048            </svg>
    20462049            <div class="welcome-panel-column-content">
    20472050                <h3><?php _e( 'Author rich content with blocks and patterns' ); ?></h3>
     
    20512054        </div>
    20522055        <div class="welcome-panel-column">
    2053             <div class="welcome-panel-icon-layout"></div>
     2056            <svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false">
     2057                <rect width="48" height="48" rx="4" fill="#1E1E1E"/>
     2058                <path fill-rule="evenodd" clip-rule="evenodd" d="M18 16h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H18a2 2 0 0 1-2-2V18a2 2 0 0 1 2-2zm12 1.5H18a.5.5 0 0 0-.5.5v3h13v-3a.5.5 0 0 0-.5-.5zm.5 5H22v8h8a.5.5 0 0 0 .5-.5v-7.5zm-10 0h-3V30a.5.5 0 0 0 .5.5h2.5v-8z" fill="#fff"/>
     2059            </svg>
    20542060            <div class="welcome-panel-column-content">
    20552061            <?php if ( $is_block_theme ) : ?>
     
    20672073        </div>
    20682074        <div class="welcome-panel-column">
    2069             <div class="welcome-panel-icon-styles"></div>
     2075            <svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false">
     2076                <rect width="48" height="48" rx="4" fill="#1E1E1E"/>
     2077                <path fill-rule="evenodd" clip-rule="evenodd" d="M31 24a7 7 0 0 1-7 7V17a7 7 0 0 1 7 7zm-7-8a8 8 0 1 1 0 16 8 8 0 0 1 0-16z" fill="#fff"/>
     2078            </svg>
    20702079            <div class="welcome-panel-column-content">
    20712080            <?php if ( $is_block_theme ) : ?>
Note: See TracChangeset for help on using the changeset viewer.