merge comment threading, provide plugin/theme functions to handle css/js includes

This commit is contained in:
friendica
2012-08-09 16:26:44 -07:00
parent 432595314a
commit 0292d46e5d
21 changed files with 529 additions and 55 deletions

View File

@@ -1169,3 +1169,4 @@ function xml2array($contents, $namespaces = true, $get_attributes=1, $priority =
return($xml_array);
}