Bring back update nag.
git-svn-id: http://svn.automattic.com/wordpress/trunk@9593 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
81f671bb73
commit
f79dc07a2e
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue