Make WordPress Core


Ignore:
Timestamp:
07/24/2023 11:13:31 PM (18 months ago)
Author:
ryelle
Message:

Administration: Update dashboard welcome panel for 6.3.

Update the background image and styles for the Welcome Panel. This iteration does not use different colors on the admin color schemes, so the CSS for that has been removed. This also adds back in a working "Edit styles" link, which was removed in 6.2 because the link was broken.

Props richtabor, markoserb.
Fixes #58545.

File:
1 edited

Legend:

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

    r56211 r56291  
    20992099                <h3><?php _e( 'Switch up your site&#8217;s look & feel with Styles' ); ?></h3>
    21002100                <p><?php _e( 'Tweak your site, or give it a whole new look! Get creative &#8212; how about a new color palette or font?' ); ?></p>
     2101                <a href="<?php echo esc_url( admin_url( '/site-editor.php?path=%2Fwp_global_styles' ) ); ?>"><?php _e( 'Edit styles' ); ?></a>
    21012102            <?php else : ?>
    21022103                <h3><?php _e( 'Discover a new way to build your site.' ); ?></h3>
Note: See TracChangeset for help on using the changeset viewer.