Ticket #21331: 21331.diff
File 21331.diff, 592 bytes (added by , 11 years ago) |
---|
-
wp-admin/index.php
101 101 <?php screen_icon(); ?> 102 102 <h2><?php echo esc_html( $title ); ?></h2> 103 103 104 <?php wp_welcome_panel(); ?>104 <?php call_user_func( apply_filters( 'wp_welcome_panel' , 'wp_welcome_panel' ) ); ?> 105 105 106 106 <div id="dashboard-widgets-wrap"> 107 107 108 <?php wp_dashboard(); ?>108 <?php call_user_func( apply_filters( 'wp_dashboard' , 'wp_dashboard' ) ); ?> 109 109 110 110 <div class="clear"></div> 111 111 </div><!-- dashboard-widgets-wrap -->