| http://www.w3.org/ns/prov#value | - 13871387 */ 13881388function _make_url_clickable_cb($matches) { 13891389 $url = $matches[2]; 1390 $suffix = ''; 13911390 1392 /** Include parentheses in the URL only if paired **/ 1391 if ( ')' == $matches[3] && strpos( $url, '(' ) ) { 1392 // If the trailing character is a closing parethesis, and the URL has an opening parenthesis in it, add the closing parenthesis to the URL. 1393 // Then we can
|