[wp-trac] [WordPress Trac] #43934: Missing doc for the user_request_key_expiration filter
WordPress Trac
noreply at wordpress.org
Wed May 2 18:04:57 UTC 2018
#43934: Missing doc for the user_request_key_expiration filter
----------------------------------+---------------------------------
Reporter: birgire | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version: trunk
Severity: normal | Keywords: good-first-bug gdpr
Focuses: docs, administration |
----------------------------------+---------------------------------
The {{{user_request_key_expiration}}} filter here:
https://github.com/WordPress/WordPress/blob/64192e967e7b7f158fbbcbf343a0044816be45f8
/wp-admin/includes/user.php#L756
is missing the inline documentation. It's actually a duplicated hook,
that's documented here:
https://github.com/WordPress/WordPress/blob/64192e967e7b7f158fbbcbf343a0044816be45f8
/wp-includes/user.php#L3222
so we need this line:
{{{
/** This filter is documented in /wp-includes/user.php */
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/43934>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list