mirror of
https://github.com/friendica/friendica
synced 2025-04-28 02:30:16 +00:00
Merge pull request #14148 from annando/summary
Use the field for the summary instead of the "abstract" element
This commit is contained in:
commit
d788cb82cc
3 changed files with 7 additions and 7 deletions
|
@ -674,7 +674,7 @@ class Feed
|
|||
}
|
||||
} else {
|
||||
if (!empty($summary)) {
|
||||
$item['body'] = '[abstract]' . HTML::toBBCode($summary, $basepath) . "[/abstract]\n" . $item['body'];
|
||||
$item['content-warning'] = HTML::toBBCode($summary, $basepath);
|
||||
}
|
||||
|
||||
if ($fetch_further_information == LocalRelationship::FFI_KEYWORD) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue