Make WordPress Core


Ignore:
Timestamp:
05/10/2022 04:43:44 PM (3 years ago)
Author:
ryelle
Message:

Administration: Update design of the Dashboard welcome panel.

This updates the panel to match the 6.0 About page styles, with the 6.0 graphic changing color based on the selected admin color scheme.

Props fcoveram, critterverse, joedolson, SergeyBiryukov.
Fixes #55532.

File:
1 edited

Legend:

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

    r53131 r53383  
    19971997    <div class="welcome-panel-content">
    19981998    <div class="welcome-panel-header">
     1999        <div class="welcome-panel-header-image">
     2000            <?php echo file_get_contents( dirname( __DIR__ ) . '/images/about-header-about.svg' ); ?>
     2001        </div>
    19992002        <h2><?php _e( 'Welcome to WordPress!' ); ?></h2>
    20002003        <p>
Note: See TracChangeset for help on using the changeset viewer.