Bring back update nag.

git-svn-id: http://svn.automattic.com/wordpress/trunk@9593 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2008-11-10 18:17:47 +00:00
parent 81f671bb73
commit f79dc07a2e
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() {