X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fpeopletag.php;h=7287cfbf995aa0bf08d29df44cde7627ff59f87b;hb=ca4bf541310eb36fae5a69697bba76a2211218f4;hp=5473bc1bdfe855e6971d34bb3a7706cda21e3e45;hpb=8dda28d3749535fc07c56df67167fc23be860ed7;p=quix0rs-gnu-social.git diff --git a/actions/peopletag.php b/actions/peopletag.php index 5473bc1bdf..7287cfbf99 100644 --- a/actions/peopletag.php +++ b/actions/peopletag.php @@ -168,9 +168,13 @@ class PeopleTagListItem extends ProfileListItem function homepageAttributes() { + $aAttrs = parent::linkAttributes(); + if (common_config('nofollow', 'peopletag')) { $aAttrs['rel'] = 'nofollow'; } + + return $aAttrs; } }