Index: wp-admin/index.php
===================================================================
--- wp-admin/index.php	(revision 21284)
+++ wp-admin/index.php	(working copy)
@@ -101,11 +101,11 @@
 <?php screen_icon(); ?>
 <h2><?php echo esc_html( $title ); ?></h2>
 
-<?php wp_welcome_panel(); ?>
+<?php call_user_func( apply_filters( 'wp_welcome_panel' , 'wp_welcome_panel' ) ); ?>
 
 <div id="dashboard-widgets-wrap">
 
-<?php wp_dashboard(); ?>
+<?php call_user_func( apply_filters( 'wp_dashboard' , 'wp_dashboard' ) ); ?>
 
 <div class="clear"></div>
 </div><!-- dashboard-widgets-wrap -->
