Changeset 23881
- Timestamp:
- 03/30/2013 07:17:09 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/default-filters.php
r23842 r23881 296 296 297 297 // Check if the user is logged out 298 add_action( ' init', 'wp_auth_check_load' );298 add_action( 'admin_init', 'wp_auth_check_load' ); 299 299 300 300 unset($filter, $action);
Note: See TracChangeset
for help on using the changeset viewer.