aboutsummaryrefslogtreecommitdiffstats
path: root/include/bbcode.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-11-23 14:00:24 -0800
committerzotlabs <mike@macgirvin.com>2017-11-23 14:00:24 -0800
commite5141dd91bf483b0458b6f9226b994afbee23524 (patch)
tree958afce923e2b7b13278c19d8c707daf73bf2a73 /include/bbcode.php
parent9936670f44b53e391d997fd024faa329b8a0c803 (diff)
parent14f12927436f71c753127be83f348d89b99401b6 (diff)
downloadvolse-hubzilla-e5141dd91bf483b0458b6f9226b994afbee23524.tar.gz
volse-hubzilla-e5141dd91bf483b0458b6f9226b994afbee23524.tar.bz2
volse-hubzilla-e5141dd91bf483b0458b6f9226b994afbee23524.zip
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
Diffstat (limited to 'include/bbcode.php')
-rw-r--r--include/bbcode.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/bbcode.php b/include/bbcode.php
index 050ab2d29..7ebc8d37c 100644
--- a/include/bbcode.php
+++ b/include/bbcode.php
@@ -329,6 +329,8 @@ function bb_ShareAttributes($match) {
if(strpos($link,'/cards/'))
$type = t('card');
+ elseif(strpos($link,'/articles/'))
+ $type = t('article');
else
$type = t('post');