Make WordPress Core

Changeset 43169


Ignore:
Timestamp:
05/04/2018 01:48:52 AM (7 years ago)
Author:
SergeyBiryukov
Message:

Docs: Add missing duplicate hook comment for user_request_key_expiration filter.

Props birgire, desrosj.
Merges [43168] to the 4.9 branch.
Fixes #43934.

Location:
branches/4.9
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/4.9

  • branches/4.9/src/wp-admin/includes/user.php

    r43122 r43169  
    713713 */
    714714function _wp_personal_data_cleanup_requests() {
     715    /** This filter is documented in wp-includes/user.php */
    715716    $expires        = (int) apply_filters( 'user_request_key_expiration', DAY_IN_SECONDS );
    716717    $requests_query = new WP_Query( array(
Note: See TracChangeset for help on using the changeset viewer.