create fetch_tags function, make search work again, change logo
This commit is contained in:
+2
-1
@@ -290,7 +290,8 @@ function content_content(&$a, $update = 0) {
|
||||
intval(TERM_OBJ_POST)
|
||||
);
|
||||
|
||||
$items = conv_sort($items,$tags,$ordering);
|
||||
$items = fetch_post_tags($items);
|
||||
$items = conv_sort($items,$ordering);
|
||||
|
||||
} else {
|
||||
$items = array();
|
||||
|
||||
Reference in New Issue
Block a user