Opened 13 years ago
Closed 13 years ago
#18214 closed enhancement (wontfix)
make_clickable() not applied to the_content
Reported by: | scribu | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.2.1 |
Component: | Formatting | Keywords: | has-patch needs-testing 2nd-opinion |
Focuses: | Cc: |
Description
Maybe I'm missing something, but if I add a non-embedable link to the post content, like so:
Some paragraph http://google.com Another pagragraph
it's not made clickable.
Attachments (1)
Change History (8)
#3
@
13 years ago
- Keywords has-patch needs-testing added
- Milestone changed from Awaiting Review to 3.3
18214.diff seems to work fine with embeds. Probably needs a good soak to find out any potential edge cases.
#4
@
13 years ago
- Keywords 2nd-opinion added
- Milestone changed from 3.3 to Awaiting Review
Why do we need make_clickable in content? That's a heavy regex to apply to a lot of content, and no one's bothered previously. Sounds like a plugin.
Note: See
TracTickets for help on using
tickets.
Correct.