Make WordPress Core


Ignore:
Timestamp:
01/28/2021 01:09:10 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Docs: Update documentation for WP_Application_Passwords::application_name_exists_for_user() per the documentation standards.

Follow-up to [50030].

See #51941.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-application-passwords.php

    r50030 r50057  
    173173
    174174    /**
    175      * Check if application name exists before for this user.
     175     * Checks if application name exists for this user.
    176176     *
    177177     * @since 5.7.0
     
    179179     * @param int    $user_id User ID.
    180180     * @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.
    183182     */
    184183    public static function application_name_exists_for_user( $user_id, $name ) {
Note: See TracChangeset for help on using the changeset viewer.