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.php

    r48590 r48782  
    298298    protected function get_email_rate_limit() {
    299299        /**
    300          * Filter the rate limit between sending new recovery mode email links.
     300         * Filters the rate limit between sending new recovery mode email links.
    301301         *
    302302         * @since 5.2.0
     
    320320
    321321        /**
    322          * Filter the amount of time the recovery mode email link is valid for.
     322         * Filters the amount of time the recovery mode email link is valid for.
    323323         *
    324324         * The ttl must be at least as long as the email rate limit.
Note: See TracChangeset for help on using the changeset viewer.