Changes between Initial Version and Version 1 of Ticket #50499, comment 23
- Timestamp:
- 11/09/2021 11:44:52 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #50499, comment 23
initial v1 44 44 45 45 === Results 46 - Patch: https://core.trac.wordpress.org/attachment/ticket/50499/50499.diff 50499.diff]46 - Patch: [https://core.trac.wordpress.org/attachment/ticket/50499/50499.diff 50499.diff] 47 47 - Before patch: The slug field does not have `autocomplete` set to `off` and `spellcheck` set to `false`. It autocompletes and autocorrects in browsers that support these features. 48 48 - After patch: The slug field has `autocomplete` set to `off` and spellcheck set to `false`. It does not autocomplete or autocorrect in browsers that support these features.