1
0
Fork 0

Merge branch 'master' of https://github.com/friendica/friendica into threaded_items

This commit is contained in:
Domovoy 2012-08-04 23:33:06 +02:00
commit 786e9064f2
5 changed files with 11 additions and 4 deletions

View file

@ -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
*/