Strip parsed tags from description

dev
gravel 11 months ago
parent 1a1e8914ae
commit f2d8d3e586
Signed by: gravel
GPG Key ID: C0538F3C906B308F

@ -131,6 +131,9 @@
}, $tags);
$this->add_tags($tags);
// Trim tags from description.
$this->description = substr($this->description, 0, strpos($this->description, $tag_specification));
}
/**

Loading…
Cancel
Save