On node edit forms I get this error with PHP 5.3:

warning: Parameter 1 to theme_node_widget_element() expected to be a reference, value given in /includes/theme.inc on line 668.

The problem is this:

function theme_node_widget_element(&$element) {

Theme functions should not take parameters by reference.

Comments

joachim’s picture

Status: Active » Needs review
StatusFileSize
new426 bytes

Here's a patch.