Make WordPress Core


Ignore:
Timestamp:
08/11/2020 12:32:22 AM (4 years ago)
Author:
SergeyBiryukov
Message:

Docs: Consistently use third-person singular verbs for various filter descriptions, per the documentation standards.

See #50768.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-recovery-mode-cookie-service.php

    r47122 r48782  
    3737
    3838        /**
    39          * Filter the length of time a Recovery Mode cookie is valid for.
     39         * Filters the length of time a Recovery Mode cookie is valid for.
    4040         *
    4141         * @since 5.2.0
     
    4444         */
    4545        $length = apply_filters( 'recovery_mode_cookie_length', WEEK_IN_SECONDS );
     46
    4647        $expire = time() + $length;
    4748
Note: See TracChangeset for help on using the changeset viewer.