Make WordPress Core


Ignore:
Timestamp:
03/22/2010 02:23:45 AM (14 years ago)
Author:
nacin
Message:

Fix the MS admin notice feed.

File:
1 edited

Legend:

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

    r13768 r13792  
    635635function admin_notice_feed() {
    636636    global $current_user, $current_screen;
    637     if ( $current_screen->id != 'index' )
     637    if ( $current_screen->id != 'dashboard' )
    638638        return;
    639639
Note: See TracChangeset for help on using the changeset viewer.