function MY_CommentWidget()
 {
     parent::WP_Widget('my-recent-comments', $name = theme_locals("recent_comments"));
 }
 function MY_CommentWidget()
 {
     parent::WP_Widget('my-recent-comments', $name = __('Cherry - Recent Comments', CHERRY_PLUGIN_DOMAIN));
 }