Add prompt for link and media in comment + remove video symbol
This commit is contained in:
parent
3065d1c40a
commit
d0c43c5597
4 changed files with 3 additions and 19 deletions
|
@ -92,7 +92,7 @@ function parse_url_content(App $a)
|
|||
}
|
||||
}
|
||||
|
||||
if(!empty($_GET['isComment'])) {
|
||||
if (!empty($_GET['isComment'])) {
|
||||
echo $br . '[url]' . $url . '[/url]';
|
||||
exit();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue