Changeset 24848 for trunk/wp-includes/default-filters.php
- Timestamp:
- 07/29/2013 03:23:51 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/default-filters.php
r24738 r24848 300 300 add_filter( 'heartbeat_nopriv_received', 'wp_auth_check', 10, 2 ); 301 301 302 // Default authentication filters 303 add_filter( 'authenticate', 'wp_authenticate_username_password', 20, 3 ); 304 add_filter( 'authenticate', 'wp_authenticate_spam_check', 99 ); 305 302 306 unset($filter, $action);
Note: See TracChangeset
for help on using the changeset viewer.