Here's a couple more that I've worked on but am unable to close:
6043

I don't see a resolution there. Does the cited issue no longer occur in 4.x?
Yes I believe that is the case. The question is from 15 years ago and the OP 
was asking how to determine if a URI came from a link or if it was parsed from 
text (i.e. "non-linkified"). The solution is to check the link type:
         if ( $info->{'types'}->{'a'} ) { # this URI came from a clickable link 
} if ( $info->{'types'}->{'parsed'} ) { # this URI was parsed from text }

Reply via email to