Make WordPress Core


Ignore:
Timestamp:
03/01/2023 04:40:29 PM (21 months ago)
Author:
ryelle
Message:

Administration: Update the Dashboard welcome banner for 6.2.

Props richtabor, markoserb, laurlittle.
See #57759.

File:
1 edited

Legend:

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

    r55412 r55451  
    20442044    <div class="welcome-panel-header">
    20452045        <div class="welcome-panel-header-image">
    2046             <?php echo file_get_contents( dirname( __DIR__ ) . '/images/about-header-about.svg' ); ?>
     2046            <?php echo file_get_contents( dirname( __DIR__ ) . '/images/dashboard-background.svg' ); ?>
    20472047        </div>
    20482048        <h2><?php _e( 'Welcome to WordPress!' ); ?></h2>
Note: See TracChangeset for help on using the changeset viewer.