Show the update nag in the network admin.
Props Mamaduka fixes #20959 git-svn-id: http://core.svn.wordpress.org/trunk@22618 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
9ebd8d18ac
commit
33ac1bd021
|
@ -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