Changeset 40954
- Timestamp:
- 06/26/2017 08:36:28 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-login.php
r40652 r40954 965 965 } 966 966 967 <?php 967 968 /** 968 969 * Filters whether to print the call to `wp_attempt_focus()` on the login screen. … … 972 973 * @param bool $print Whether to print the function call. Default true. 973 974 */ 974 <?phpif ( apply_filters( 'enable_login_autofocus', true ) && ! $error ) { ?>975 if ( apply_filters( 'enable_login_autofocus', true ) && ! $error ) { ?> 975 976 wp_attempt_focus(); 976 977 <?php } ?>
Note: See TracChangeset
for help on using the changeset viewer.