Bring back update nag.
git-svn-id: https://develop.svn.wordpress.org/trunk@9593 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
eea86a8557
commit
0ba3c10f99
|
@ -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