PHP4 Constructors needed to be replaced with PHP5 versions
-
Replace:
$this->WP_Widget
With:
parent::__constructIn each of the nine files.
Regards,
Bill
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘PHP4 Constructors needed to be replaced with PHP5 versions’ is closed to new replies.