Remove "@" from hover text; most people don't use "@" on Facebook
This commit is contained in:
parent
b55356491c
commit
16a091a430
@ -580,7 +580,7 @@ ENDOFSCRIPT;
|
|||||||
|
|
||||||
if (!empty($fuser)) {
|
if (!empty($fuser)) {
|
||||||
$links[] = array("href" => $fuser->link,
|
$links[] = array("href" => $fuser->link,
|
||||||
"text" => sprintf(_("@%s on Facebook"), $fuser->name),
|
"text" => sprintf(_("%s on Facebook"), $fuser->name),
|
||||||
"image" => $this->path("images/f_logo.png"));
|
"image" => $this->path("images/f_logo.png"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user