From 0ba3c10f990f5a1fbb5b6c72e286d147b976cf6a Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Mon, 10 Nov 2008 18:17:47 +0000 Subject: [PATCH] Bring back update nag. git-svn-id: https://develop.svn.wordpress.org/trunk@9593 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/includes/update.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {