Changeset 8691 for trunk/wp-admin/includes/update.php
- Timestamp:
- 08/20/2008 09:42:31 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/update.php
r8600 r8691 46 46 echo "<div id='update-nag'>$msg</div>"; 47 47 } 48 add_action( 'admin_notices', 'update_nag', 3 ); 48 //add_action( 'admin_notices', 'update_nag', 3 ); // crazyhorse 49 49 50 50 // Called directly from dashboard
Note: See TracChangeset
for help on using the changeset viewer.