- Timestamp:
- 01/28/2021 01:09:10 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-application-passwords.php
r50030 r50057 173 173 174 174 /** 175 * Check if application name exists beforefor this user.175 * Checks if application name exists for this user. 176 176 * 177 177 * @since 5.7.0 … … 179 179 * @param int $user_id User ID. 180 180 * @param string $name Application name. 181 * 182 * @return bool Provided application name exists or not. 181 * @return bool Whether provided application name exists or not. 183 182 */ 184 183 public static function application_name_exists_for_user( $user_id, $name ) {
Note: See TracChangeset
for help on using the changeset viewer.