Changes between Initial Version and Version 1 of Ticket #42740, comment 3
- Timestamp:
- 11/28/2017 10:07:15 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #42740, comment 3
initial v1 1 ''EDIT: Ok didn't saw @westonruter previous answer, but I guess my small patch is still relevant as it seems to be the same observation.'' 2 1 3 Hi @kcrnc 2 4 3 I reproduced your issue. It's due to the urlhtml5 field.4 Here is a (very) small patch, transforming url input into text input. We don't need url field, I guess, as other url fields already uses text field as well.5 I reproduced your issue. It's due to the `url` html5 field. 6 Here is a (very) small patch, transforming `url` input into `text` input. We don't need url field, I guess, as other link fields already uses `text` field as well in WP core. 5 7 I tested it and it's fine with this patch. 6 8