Make WordPress Core

Ticket #20959: 20959.diff

File 20959.diff, 403 bytes (added by Mamaduka, 13 years ago)
  • update.php

     
    134134        echo "<div class='update-nag'>$msg</div>";
    135135}
    136136add_action( 'admin_notices', 'update_nag', 3 );
     137add_action( 'network_admin_notices', 'update_nag', 3 );
    137138
    138139// Called directly from dashboard
    139140function update_right_now_message() {