Make WordPress Core

Ticket #20959: 20959.2.diff

File 20959.2.diff, 457 bytes (added by SergeyBiryukov, 13 years ago)
  • wp-admin/includes/update.php

     
    137137        echo "<div class='update-nag'>$msg</div>";
    138138}
    139139add_action( 'admin_notices', 'update_nag', 3 );
     140add_action( 'network_admin_notices', 'update_nag', 3 );
    140141
    141142// Called directly from dashboard
    142143function update_right_now_message() {