1
0
Fork 1

Strip parsed tags from description

remotes/1715175271555336803/main
gravel 2 years 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));
}
/**