mirror of
https://github.com/friendica/friendica
synced 2024-11-18 21:43:40 +00:00
Update src/Content/Item.php
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
This commit is contained in:
parent
300825dcac
commit
4f62ab6168
1 changed files with 1 additions and 1 deletions
|
@ -670,7 +670,7 @@ class Item
|
||||||
*
|
*
|
||||||
* @param array $item
|
* @param array $item
|
||||||
* @param bool $add_media true = Media is added to the body
|
* @param bool $add_media true = Media is added to the body
|
||||||
* @param bool $for_display true = The share block is used for display puposes, false = used for connectors, transport to other systems, ...
|
* @param bool $for_display true = The share block is used for display purposes, false = used for connectors, transport to other systems, ...
|
||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
public function createSharedBlockByArray(array $item, bool $add_media = false, bool $for_display = false): string
|
public function createSharedBlockByArray(array $item, bool $add_media = false, bool $for_display = false): string
|
||||||
|
|
Loading…
Reference in a new issue