By bluesky_still on
And I use php 5.4.4 ,so errors coming:
Warning: Illegal string offset '#printed' in drupal_render() (line 5906 of common.inc).
Warning: Illegal string offset '#children' in drupal_render() (line 5899 of common.inc).
which code:
// Call the element's #theme function if it is set. Then any children of the
// element have to be rendered there.
if (isset($elements['#theme'])) {
$elements['#children'] = theme($elements['#theme'], $elements);
}
and strange to see comment result with first letter replace with 1.
eg: I post "test comments" and I get "1est comments".