Ticket #20959: 20959.2.diff
File 20959.2.diff, 457 bytes (added by , 13 years ago) |
---|
-
wp-admin/includes/update.php
137 137 echo "<div class='update-nag'>$msg</div>"; 138 138 } 139 139 add_action( 'admin_notices', 'update_nag', 3 ); 140 add_action( 'network_admin_notices', 'update_nag', 3 ); 140 141 141 142 // Called directly from dashboard 142 143 function update_right_now_message() {