allow photo-items to appear full width if large photos feature is enabled. in prepare_body() split off mentions, tags, categories folders and attachments from body for easier theming. some other little fixes.
This commit is contained in:
@@ -281,7 +281,7 @@ function photo_upload($channel, $observer, $args) {
|
||||
}
|
||||
}
|
||||
else {
|
||||
$title = '';
|
||||
$title = $args['filename'] ? $args['filename'] : '';
|
||||
$mid = item_message_id();
|
||||
|
||||
$arr = array();
|
||||
|
||||
Reference in New Issue
Block a user