#30399 closed defect (bug) (invalid)
Comment URL field unable to be deleted if started with HTTPS
Reported by: | 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)
Change History (5)
#1
@
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
@
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
@
10 years ago
This has been fixed in https://plugins.trac.wordpress.org/changeset/1028867/akismet/trunk. Thanks for the report, Kent!
Comparison of link between comments with http/https URLs