Make WordPress Core


Ignore:
Timestamp:
12/06/2019 10:41:26 PM (7 years ago)
Author:
johnbillion
Message:

Docs: Increase the specificity of various docblock parameter types and return types.

See #48303

File:
1 edited

Legend:

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

    r46788 r46823  
    926926                 * @since 3.5.0
    927927                 *
    928                  * @param object           $errors WP Error object.
     928                 * @param WP_Error         $errors WP Error object.
    929929                 * @param WP_User|WP_Error $user   WP_User object if the login and reset key match. WP_Error object otherwise.
    930930                 */
     
    13211321                 * @since 3.6.0
    13221322                 *
    1323                  * @param object $errors      WP Error object.
    1324                  * @param string $redirect_to Redirect destination URL.
     1323                 * @param WP_Error $errors      WP Error object.
     1324                 * @param string   $redirect_to Redirect destination URL.
    13251325                 */
    13261326                $errors = apply_filters( 'wp_login_errors', $errors, $redirect_to );
Note: See TracChangeset for help on using the changeset viewer.