Hash in URL
-
When a post contains a URL that includes a hash, the plugin wrongly generates a hasthtag link that prevents the original URL to function.
To solve this problem in the function “fill_hashtags” (two occurrences in PHP and one in JS) I replaced the test “if(strpos($str[$i], ‘#’) !== false)” with “if(strpos($str[$i], ‘#’) === 0)” and it solves the problem, but this local modification will disappear with the next update…
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Hash in URL’ is closed to new replies.