Opened 4 years ago
Closed 3 years ago
#11211 closed defect (bug) (fixed)
make_clickable issue with brackets and trailing ,
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.9 |
| Component: | Formatting | Version: | 2.9 |
| Severity: | normal | Keywords: | has-patch make_clickable |
| Cc: | westi |
Description
The following is incorrectly linked:
Example: WordPress, test (some text), I love example.com (http://example.com), it is brilliant
Example: WordPress, test (some text), I love example.com (<a href="http://example.com)" rel="nofollow">http://example.com)</a>, it is brilliant
Attachments (1)
Change History (4)
- Keywords has-patch make_clickable added; needs-patch removed
Patch passes the TestMakeClickable for me, including "test_real_world_examples"
Note: See
TracTickets for help on using
tickets.

Test case added to wordpress-tests
http://svn.automattic.com/wordpress-tests/wp-testcase/test_includes_formatting.php
test_real_world_examples()