Make WordPress Core


Ignore:
Timestamp:
09/19/2022 10:24:46 PM (3 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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.