Changeset 53673
- Timestamp:
- 07/06/2022 11:53:37 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-application-passwords.php
r53672 r53673 42 42 43 43 /** 44 * Checks if Application Passwords are being used by the site.45 * 46 * This returns true if at least one Application Password has ever been created.44 * Checks if application passwords are being used by the site. 45 * 46 * This returns true if at least one application password has ever been created. 47 47 * 48 48 * @since 5.6.0 … … 313 313 } 314 314 315 // Specified Application Password not found!315 // Specified application password not found! 316 316 return new WP_Error( 'application_password_not_found', __( 'Could not find an application password with that id.' ) ); 317 317 }
Note: See TracChangeset
for help on using the changeset viewer.