Make WordPress Core


Ignore:
Timestamp:
12/07/2021 12:18:50 PM (4 years ago)
Author:
johnbillion
Message:

Docs: Various inline documentation corrections and improvements.

See #53399

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-login.php

    r52193 r52332  
    5959     * @since 3.0.0
    6060     *
    61      * @param array $shake_error_codes Error codes that shake the login form.
     61     * @param string[] $shake_error_codes Error codes that shake the login form.
    6262     */
    6363    $shake_error_codes = apply_filters( 'shake_error_codes', $shake_error_codes );
     
    186186     * @since 3.5.0
    187187     *
    188      * @param array $classes An array of body classes.
    189      * @param string $action  The action that brought the visitor to the login page.
     188     * @param string[] $classes An array of body classes.
     189     * @param string   $action  The action that brought the visitor to the login page.
    190190     */
    191191    $classes = apply_filters( 'login_body_class', $classes, $action );
Note: See TracChangeset for help on using the changeset viewer.