From 91d80348b886d8ab7b765c633ea44d7059ea3ad4 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Fri, 16 Nov 2012 21:52:48 +0000 Subject: [PATCH] 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 --- wp-admin/includes/update.php | 1 + 1 file changed, 1 insertion(+) diff --git a/wp-admin/includes/update.php b/wp-admin/includes/update.php index 148012e819..5cca9dca6b 100644 --- a/wp-admin/includes/update.php +++ b/wp-admin/includes/update.php @@ -137,6 +137,7 @@ function update_nag() { echo "
$msg
"; } add_action( 'admin_notices', 'update_nag', 3 ); +add_action( 'network_admin_notices', 'update_nag', 3 ); // Called directly from dashboard function update_right_now_message() {