diff --git a/wp-admin/includes/update.php b/wp-admin/includes/update.php index a036542d8e..2dd11f4f4c 100644 --- a/wp-admin/includes/update.php +++ b/wp-admin/includes/update.php @@ -124,7 +124,7 @@ function update_nag() { echo "
$msg
"; } -//add_action( 'admin_notices', 'update_nag', 3 ); // crazyhorse +add_action( 'admin_notices', 'update_nag', 3 ); // Called directly from dashboard function update_right_now_message() {