Changes between Initial Version and Version 1 of Ticket #40301, comment 2
- Timestamp:
- 05/12/2017 05:07:52 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #40301, comment 2
initial v1 2 2 3 3 [attachment:40301.diff] adds a new filter which defaults to true. Using it would be as simple as: 4 `add_ action( 'enable_login_autofocus', '__return_false' );`4 `add_filter( 'enable_login_autofocus', '__return_false' );` 5 5 6 6 Also removes a space in a doc-block.