Bring back update nag.

git-svn-id: https://develop.svn.wordpress.org/trunk@9593 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-11-10 18:17:47 +00:00
parent eea86a8557
commit 0ba3c10f99
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ function update_nag() {
echo "<div id='update-nag'>$msg</div>";
}
//add_action( 'admin_notices', 'update_nag', 3 ); // crazyhorse
add_action( 'admin_notices', 'update_nag', 3 );
// Called directly from dashboard
function update_right_now_message() {