Make WordPress Core


Ignore:
Timestamp:
12/10/2020 11:25:26 PM (4 years ago)
Author:
johnbillion
Message:

Docs: Fix some docblock issues introduced in 5.6.

See #51800

File:
1 edited

Legend:

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

    r49764 r49787  
    1919     * @since 5.6.0
    2020     *
    21      * @type string
     21     * @var string
    2222     */
    2323    const USERMETA_KEY_APPLICATION_PASSWORDS = '_application_passwords';
     
    2828     * @since 5.6.0
    2929     *
    30      * @type string
     30     * @var string
    3131     */
    3232    const OPTION_KEY_IN_USE = 'using_application_passwords';
     
    3737     * @since 5.6.0
    3838     *
    39      * @type int
     39     * @var int
    4040     */
    4141    const PW_LENGTH = 24;
Note: See TracChangeset for help on using the changeset viewer.