OEmbed: Shorter providerlist in the plugins configuration

This commit is contained in:
Grischa Brockhaus 2011-12-22 13:48:46 +01:00
parent 10fee6af85
commit e756c3a111

View file

@ -7,7 +7,8 @@ class ProviderList {
if (isset($provider->name)) {
$pentry = $provider->name;
if ($with_url && isset($provider->url)) {
$pentry = "<b>$pentry</b><br/>(" . $provider->url . ")";
//$pentry = "<b>$pentry</b><br/>(" . $provider->url . ")";
$pentry = "$pentry";
}
$provider_names[] = $pentry;
}