Make WordPress Core

Changeset 9593


Ignore:
Timestamp:
11/10/2008 06:17:47 PM (15 years ago)
Author:
ryan
Message:

Bring back update nag.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/update.php

    r9543 r9593  
    125125    echo "<div id='update-nag'>$msg</div>";
    126126}
    127 //add_action( 'admin_notices', 'update_nag', 3 ); // crazyhorse
     127add_action( 'admin_notices', 'update_nag', 3 );
    128128
    129129// Called directly from dashboard
Note: See TracChangeset for help on using the changeset viewer.