Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #42740, comment 3


Ignore:
Timestamp:
11/28/2017 10:07:15 PM (7 years ago)
Author:
audrasjb
Comment:

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
    13Hi @kcrnc
    24
    3 I reproduced your issue. It's due to the url html5 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.
     5I reproduced your issue. It's due to the `url` html5 field.
     6Here 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.
    57I tested it and it's fine with this patch.
    68