Make WordPress Core

Changeset 46325


Ignore:
Timestamp:
09/26/2019 04:31:33 PM (5 years ago)
Author:
desrosj
Message:

Docs: Correct typos introduced in [46324]

Props TimothyBlynJacobs.
See #48153.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-login.php

    r46324 r46325  
    591591            /**
    592592             * Filters the interval for redirecting the user to the admin email confirmation screen.
    593              * If `0` (zero), or any :falsey" value is returned, the user will not be redirected.
     593             * If `0` (zero), or any "falsey" value is returned, the user will not be redirected.
    594594             *
    595595             * @since 5.3.0
     
    12361236             * @since 5.3.0
    12371237             *
    1238              * @param string $capability The capability required to display the admn email check screen.
     1238             * @param string $capability The capability required to display the admin email check screen.
    12391239             */
    12401240            $admin_check_cap = apply_filters( 'admin_email_check_cap', 'manage_options' );
Note: See TracChangeset for help on using the changeset viewer.