Only display redundant preview data with preview picture

Bu işleme şunda yer alıyor:
Michael 2020-09-19 19:02:40 +00:00
ebeveyn 6e8f27b421
işleme 1a0db28d2e
1 değiştirilmiş dosya ile 8 ekleme ve 8 silme

Dosyayı Görüntüle

@ -134,14 +134,6 @@ class PageInfo
$text = "[attachment type='" . $data['type'] . "'";
if (empty($data['text'])) {
$data['text'] = $data['title'];
}
if (empty($data['text'])) {
$data['text'] = $data['url'];
}
if (!empty($data['url'])) {
$text .= " url='" . $data['url'] . "'";
}
@ -160,6 +152,14 @@ class PageInfo
$text .= " image='" . $preview . "'";
} else {
$text .= " preview='" . $preview . "'";
if (empty($data['text'])) {
$data['text'] = $data['title'];
}
if (empty($data['text'])) {
$data['text'] = $data['url'];
}
}
}