Changeset 40652 for trunk/src/wp-login.php
- Timestamp:
- 05/12/2017 05:11:17 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-login.php
r40387 r40652 359 359 /** 360 360 * Filters the message body of the password reset mail. 361 * 361 * 362 362 * If the filtered message is empty, the password reset email will not be sent. 363 363 * … … 965 965 } 966 966 967 <?php if ( !$error ) { ?> 967 /** 968 * Filters whether to print the call to `wp_attempt_focus()` on the login screen. 969 * 970 * @since 4.8.0 971 * 972 * @param bool $print Whether to print the function call. Default true. 973 */ 974 <?php if ( apply_filters( 'enable_login_autofocus', true ) && ! $error ) { ?> 968 975 wp_attempt_focus(); 969 976 <?php } ?>
Note: See TracChangeset
for help on using the changeset viewer.