Strict Standards: Redefining already defined constructor for class WP_Widget in /var/www/wp2/wp-includes/widgets.php on line 93
<?php
/**
* PHP4 constructor
*/
function WP_Widget( $id_base = false, $name, $widget_options = array(), $control_options = array() ) {
WP_Widget::__construct( $id_base, $name, $widget_options, $control_options );
}
Fatal error: Call to undefined method Twenty_Eleven_Ephemera_Widget::WP_Widget() in /var/www/wp2/wp-content/themes/twentyeleven/inc/widgets.php on line 20