Fixes notice "Undefined index: text"

Bu işleme şunda yer alıyor:
Michael 2020-09-20 07:45:19 +00:00
ebeveyn 1898c0c351
işleme a42217eae4
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme

Dosyayı Görüntüle

@ -163,7 +163,7 @@ class PageInfo
}
}
$text .= ']' . $data['text'] . '[/attachment]';
$text .= ']' . $data['text'] ?? '' . '[/attachment]';
$hashtags = '';
if (!empty($data['keywords'])) {