Changeset 46325
- Timestamp:
- 09/26/2019 04:31:33 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-login.php
r46324 r46325 591 591 /** 592 592 * 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. 594 594 * 595 595 * @since 5.3.0 … … 1236 1236 * @since 5.3.0 1237 1237 * 1238 * @param string $capability The capability required to display the adm n email check screen.1238 * @param string $capability The capability required to display the admin email check screen. 1239 1239 */ 1240 1240 $admin_check_cap = apply_filters( 'admin_email_check_cap', 'manage_options' );
Note: See TracChangeset
for help on using the changeset viewer.