Some more beautification.
This commit is contained in:
parent
a7aaf7cc98
commit
bed4799728
|
@ -103,9 +103,12 @@ function bb_remove_share_information($Text, $plaintext = false, $nolink = false)
|
|||
|
||||
$title = htmlentities($data["title"], ENT_QUOTES, 'UTF-8', false);
|
||||
$text = htmlentities($data["text"], ENT_QUOTES, 'UTF-8', false);
|
||||
|
||||
if ($plaintext or strstr($text, $title))
|
||||
$data["title"] = $data["url"];
|
||||
elseif (strstr($title, $text)) {
|
||||
$data["text"] = $data["title"];
|
||||
$data["title"] = $data["url"];
|
||||
}
|
||||
|
||||
if (($data["text"] == "") AND ($data["title"] != "") AND ($data["url"] == ""))
|
||||
return $data["title"].$data["after"];
|
||||
|
|
Loading…
Reference in a new issue