Changeset 23805 for trunk/wp-includes/default-filters.php
- Timestamp:
- 03/27/2013 08:43:11 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/default-filters.php
r23554 r23805 296 296 297 297 // Check if the user is logged out 298 add_action( ' admin_init', 'wp_auth_check_load' );298 add_action( 'init', 'wp_auth_check_load' ); 299 299 300 300 unset($filter, $action);
Note: See TracChangeset
for help on using the changeset viewer.