Please pardon my OCD.
git-svn-id: http://svn.automattic.com/wordpress/trunk@15902 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
5d1730dfba
commit
456a6151c0
|
@ -106,7 +106,7 @@ function wp_dashboard_setup() {
|
|||
$dashboard_widgets = apply_filters( 'wp_network_dashboard_widgets', array() );
|
||||
} elseif ( is_user_admin() ) {
|
||||
do_action( 'wp_user_dashboard_setup' );
|
||||
$dashboard_widgets = apply_filters( 'wp_user_dashboard_widgets', array() );
|
||||
$dashboard_widgets = apply_filters( 'wp_user_dashboard_widgets', array() );
|
||||
} else {
|
||||
do_action( 'wp_dashboard_setup' );
|
||||
$dashboard_widgets = apply_filters( 'wp_dashboard_widgets', array() );
|
||||
|
|
Loading…
Reference in New Issue