Make WordPress Core

Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#30399 closed defect (bug) (invalid)

Comment URL field unable to be deleted if started with HTTPS

Reported by: kent-brockman's profile Kent Brockman Owned by:
Milestone: Priority: normal
Severity: normal Version: 4.0
Component: Comments Keywords:
Focuses: ui, administration Cc:

Description

When a comment is made and you review it from the Comments screen, Comments where the URL field was filled will show the "X" text link to delete the URL... unless it starts with "https", then you'll be unable to delete it because no "X" will be shown.

Attachments (1)

capture error comments.jpg (58.4 KB) - added by Kent Brockman 10 years ago.
Comparison of link between comments with http/https URLs

Download all attachments as: .zip

Change History (5)

@Kent Brockman
10 years ago

Comparison of link between comments with http/https URLs

#1 @SergeyBiryukov
10 years ago

"Remove this URL" functionality comes from the Akismet plugin, not from WordPress core:
https://plugins.trac.wordpress.org/browser/akismet/tags/3.0.3/_inc/akismet.js#L21

Note the .column-author a[title ^= "http://"] selector in the line linked above.

That said, I'm not sure what is the best way to report issues to the Akismet team. Perhaps the support forum?

#2 @dd32
10 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to invalid
  • Status changed from new to closed

That said, I'm not sure what is the best way to report issues to the Akismet team. Perhaps the support forum?

I'll follow up internally at Automattic with the Akismet team linking back here.

#3 @cfinke
10 years ago

This has been fixed in https://plugins.trac.wordpress.org/changeset/1028867/akismet/trunk. Thanks for the report, Kent!

#4 @Kent Brockman
10 years ago

Thank you guys. Excellent job!

Note: See TracTickets for help on using tickets.