mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-04 17:20:07 +00:00
Docs: Apply inline @see tags to hooks referenced in DocBlocks in a variety of wp-includes/* files.
Applying these specially-crafted `@see` tags allows the Code Reference parser to recognize and link these elements as actions and filters. Fixes #36921. git-svn-id: https://develop.svn.wordpress.org/trunk@37544 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -311,12 +311,12 @@ function wp_authenticate_spam_check( $user ) {
|
||||
}
|
||||
|
||||
/**
|
||||
* Validate the logged-in cookie.
|
||||
* Validates the logged-in cookie.
|
||||
*
|
||||
* Checks the logged-in cookie if the previous auth cookie could not be
|
||||
* validated and parsed.
|
||||
*
|
||||
* This is a callback for the determine_current_user filter, rather than API.
|
||||
* This is a callback for the {@see 'determine_current_user'} filter, rather than API.
|
||||
*
|
||||
* @since 3.9.0
|
||||
*
|
||||
@@ -2039,6 +2039,8 @@ function get_password_reset_key( $user ) {
|
||||
/**
|
||||
* Fires before a new password is retrieved.
|
||||
*
|
||||
* Use the {@see 'retrieve_password'} hook instead.
|
||||
*
|
||||
* @since 1.5.0
|
||||
* @deprecated 1.5.1 Misspelled. Use 'retrieve_password' hook instead.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user