Changeset 53383 for trunk/src/wp-admin/includes/dashboard.php
- Timestamp:
- 05/10/2022 04:43:44 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/dashboard.php
r53131 r53383 1997 1997 <div class="welcome-panel-content"> 1998 1998 <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> 1999 2002 <h2><?php _e( 'Welcome to WordPress!' ); ?></h2> 2000 2003 <p>
Note: See TracChangeset
for help on using the changeset viewer.