Fix countdown widget
This commit is contained in:
@@ -105,4 +105,5 @@ class SP_Widget_Player_Gallery extends WP_Widget {
|
||||
<?php
|
||||
}
|
||||
}
|
||||
add_action( 'widgets_init', create_function( '', 'return register_widget( "SP_Widget_Player_Gallery" );' ) );
|
||||
|
||||
register_widget( 'SP_Widget_Player_Gallery' );
|
||||
|
||||
Reference in New Issue
Block a user