use a better hashtag replacement when preventing tag hijacking
This commit is contained in:
parent
7a082394c3
commit
c7437a9259
@ -98,9 +98,9 @@ function tagger_content(&$a) {
|
||||
$bodyverb = t('%1$s tagged %2$s\'s %3$s with %4$s');
|
||||
|
||||
// saving here for reference
|
||||
// also check out x22d5 and x0d6b and x0db8 and x24d0 and xff20 !!!
|
||||
// also check out x22d5 and x2317 and x0d6b and x0db8 and x24d0 and xff20 !!!
|
||||
|
||||
$termlink = html_entity_decode('⌗') . '[zrl=' . $a->get_baseurl() . '/search?tag=' . urlencode($term) . ']'. $term . '[/zrl]';
|
||||
$termlink = html_entity_decode('⋕') . '[zrl=' . $a->get_baseurl() . '/search?tag=' . urlencode($term) . ']'. $term . '[/zrl]';
|
||||
|
||||
$channel = $a->get_channel();
|
||||
|
||||
|
Reference in New Issue
Block a user