Make WordPress Core

Ticket #44512: 44512.2.diff

File 44512.2.diff, 537 bytes (added by audrasjb, 5 years ago)

@since refresh for 5.0.3

  • src/wp-login.php

    diff --git a/src/wp-login.php b/src/wp-login.php
    index aee4fb0..09c1d74 100644
    a b switch ( $action ) { 
    587587                 * Fires before the lost password form.
    588588                 *
    589589                 * @since 1.5.1
    590                  * @since 5.0.0 Added the `$errors` parameter.
     590                 * @since 5.0.3 Added the `$errors` parameter.
    591591                 *
    592592                 * @param WP_Error $errors A `WP_Error` object containing any errors generated by using invalid
    593593                 *                         credentials. Note that the error object may not contain any errors.