Changeset 55451 for trunk/src/wp-admin/includes/dashboard.php
- Timestamp:
- 03/01/2023 04:40:29 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/dashboard.php
r55412 r55451 2044 2044 <div class="welcome-panel-header"> 2045 2045 <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' ); ?> 2047 2047 </div> 2048 2048 <h2><?php _e( 'Welcome to WordPress!' ); ?></h2>
Note: See TracChangeset
for help on using the changeset viewer.