Make WordPress Core


Ignore:
Timestamp:
02/28/2013 08:57:17 AM (12 years ago)
Author:
azaozz
Message:

Improved logged out warnings, first run, props mintindeed, see #23295

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/default-filters.php

    r23450 r23504  
    295295add_filter( 'heartbeat_settings', 'wp_heartbeat_settings' );
    296296
     297// Check if the user is logged out
     298add_action( 'admin_init', 'wp_auth_check_load' );
     299
    297300unset($filter, $action);
Note: See TracChangeset for help on using the changeset viewer.