Show the update nag in the network admin.
Props Mamaduka fixes #20959 git-svn-id: https://develop.svn.wordpress.org/trunk@22618 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
ca58fbc22d
commit
91d80348b8
@ -137,6 +137,7 @@ function update_nag() {
|
||||
echo "<div class='update-nag'>$msg</div>";
|
||||
}
|
||||
add_action( 'admin_notices', 'update_nag', 3 );
|
||||
add_action( 'network_admin_notices', 'update_nag', 3 );
|
||||
|
||||
// Called directly from dashboard
|
||||
function update_right_now_message() {
|
||||
|
Loading…
Reference in New Issue
Block a user