Merge branch 'master' of https://github.com/friendica/friendica into threaded_items
This commit is contained in:
commit
786e9064f2
5 changed files with 11 additions and 4 deletions
|
@ -439,6 +439,7 @@ function item_post(&$a) {
|
|||
|
||||
$body = bb_translate_video($body);
|
||||
|
||||
|
||||
/**
|
||||
* Fold multi-line [code] sequences
|
||||
*/
|
||||
|
@ -447,6 +448,8 @@ function item_post(&$a) {
|
|||
|
||||
$body = scale_external_images($body,false);
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Look for any tags and linkify them
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue