Changeset 49739
- Timestamp:
- 12/03/2020 04:28:08 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-application-passwords.php
r49276 r49739 204 204 // Only record activity once a day. 205 205 if ( $password['last_used'] + DAY_IN_SECONDS > time() ) { 206 continue;206 return true; 207 207 } 208 208
Note: See TracChangeset
for help on using the changeset viewer.