After updating WordPress to 3.2.1. I get an error
Fatal error: Call to undefined method Arras_Widget_Ta
To Fix this go to /wp-content/themes/arras/library/widgets.php
Find :
function Arras_Widget_Tag_Cloud() {
$this->WP_Widget_Tag_Cloud();
}
Change To :
function Arras_Widget_Tag_Cloud() {
parent::__construct();
}
Do you find this post useful?
[paypal-donation]