- Timestamp:
- 12/10/2020 11:25:26 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-application-passwords.php
r49764 r49787 19 19 * @since 5.6.0 20 20 * 21 * @ typestring21 * @var string 22 22 */ 23 23 const USERMETA_KEY_APPLICATION_PASSWORDS = '_application_passwords'; … … 28 28 * @since 5.6.0 29 29 * 30 * @ typestring30 * @var string 31 31 */ 32 32 const OPTION_KEY_IN_USE = 'using_application_passwords'; … … 37 37 * @since 5.6.0 38 38 * 39 * @ typeint39 * @var int 40 40 */ 41 41 const PW_LENGTH = 24;
Note: See TracChangeset
for help on using the changeset viewer.