Please pardon my OCD.
git-svn-id: https://develop.svn.wordpress.org/trunk@15902 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
b25df4f549
commit
b41591f183
@ -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
Block a user