Ops, code-convention not followed
This commit is contained in:
parent
26e0469de7
commit
54d3d03252
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ EOT;
|
||||||
'author-name' => $contact['name'],
|
'author-name' => $contact['name'],
|
||||||
'author-link' => $contact['url'],
|
'author-link' => $contact['url'],
|
||||||
'author-avatar' => $contact['thumb'],
|
'author-avatar' => $contact['thumb'],
|
||||||
'body' => sprintf( $bodyverb, $ulink, $alink, $plink, $termlink),
|
'body' => sprintf($bodyverb, $ulink, $alink, $plink, $termlink),
|
||||||
'verb' => Activity::TAG,
|
'verb' => Activity::TAG,
|
||||||
'target-type' => $targettype,
|
'target-type' => $targettype,
|
||||||
'target' => $target,
|
'target' => $target,
|
||||||
|
|
Loading…
Reference in a new issue