1
0
Fork 0

Add prompt for link and media in comment + remove video symbol

This commit is contained in:
Jonny Tischbein 2018-10-23 19:50:19 +02:00
commit d0c43c5597
4 changed files with 3 additions and 19 deletions

View file

@ -92,7 +92,7 @@ function parse_url_content(App $a)
}
}
if(!empty($_GET['isComment'])) {
if (!empty($_GET['isComment'])) {
echo $br . '[url]' . $url . '[/url]';
exit();
}