mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-16 13:21:22 +01:00
Docs: Add missing duplicate hook comment for user_request_key_expiration
filter.
Props birgire, desrosj. Merges [43168] to the 4.9 branch. Fixes #43934. Built from https://develop.svn.wordpress.org/branches/4.9@43169 git-svn-id: http://core.svn.wordpress.org/branches/4.9@42998 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
45cee39420
commit
a86c8727b6
@ -712,6 +712,7 @@ function _wp_personal_data_handle_actions() {
|
||||
* @access private
|
||||
*/
|
||||
function _wp_personal_data_cleanup_requests() {
|
||||
/** This filter is documented in wp-includes/user.php */
|
||||
$expires = (int) apply_filters( 'user_request_key_expiration', DAY_IN_SECONDS );
|
||||
$requests_query = new WP_Query( array(
|
||||
'post_type' => 'user_request',
|
||||
|
@ -4,7 +4,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.9.6-beta1-43167';
|
||||
$wp_version = '4.9.6-beta1-43169';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user