no sparkle on federated network
This commit is contained in:
+1
-1
@@ -263,7 +263,7 @@ function network_content(&$a, $update = 0) {
|
||||
// Can we use our special contact URL for this author?
|
||||
|
||||
if(strlen($item['author-link'])) {
|
||||
if($item['author-link'] == $item['url'] && (! $item['self'])) {
|
||||
if($item['author-link'] == $item['url'] && ($item['network'] === 'dfrn') && (! $item['self'])) {
|
||||
$profile_link = $redirect_url;
|
||||
$sparkle = ' sparkle';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user