Make WordPress Core

Changeset 54224


Ignore:
Timestamp:
09/19/2022 10:24:46 PM (2 years ago)
Author:
SergeyBiryukov
Message:

Docs: Correct the wording in wp_lostpassword_url() description.

This affects:

  • The wp_lostpassword_url() function.
  • The lost_password_html_link filter.

The filter description was copied from the function, which appears to be not quite accurate, as the lost password can only be reset, not retrieved.

Follow-up to [11448], [54206].

See #55646.

Location:
trunk/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/general-template.php

    r54161 r54224  
    630630
    631631/**
    632  * Returns the URL that allows the user to retrieve the lost password.
     632 * Returns the URL that allows the user to reset the lost password.
    633633 *
    634634 * @since 2.8.0
  • trunk/src/wp-login.php

    r54206 r54224  
    14831483
    14841484                /**
    1485                  * Filters the link that allows the user to retrieve the lost password.
     1485                 * Filters the link that allows the user to reset the lost password.
    14861486                 *
    14871487                 * @since 6.1.0
Note: See TracChangeset for help on using the changeset viewer.