[wp-trac] [WordPress Trac] #49044: Links int he text widget now require quotes

WordPress Trac noreply at wordpress.org
Thu Dec 19 15:12:09 UTC 2019


#49044: Links int he text widget now require quotes
------------------------------+-----------------------------
 Reporter:  spherman          |      Owner:  (none)
     Type:  defect (bug)      |     Status:  new
 Priority:  normal            |  Milestone:  Awaiting Review
Component:  Widgets           |    Version:  5.3.1
 Severity:  critical          |   Keywords:  needs-patch
  Focuses:  coding-standards  |
------------------------------+-----------------------------
 Up until this release, if I had a link a text widget like this it would
 work.

 <a href=/wp-content/uploads/lockport-new-patient-form.pdf
 target=_blank>New Patient Packet</a>

 the recent updated made the same link format like this when you click on
 it:
 https://www.aspirefamilydental.com/%22/wp-content/uploads/NT-transfer-
 records-to-sister-office-form.pdf/%22

 I had to go in and change the text to this in order to make it work.

 <a href="/wp-content/uploads/lockport-new-patient-form.pdf"
 target=_blank>New Patient Packet</a>

 I manage over 200 sites.  I have easy way of finding every link in every
 widget on all the sites I manage.  Please fix the text widget to accept
 links without quotes like it used to.

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/49044>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list