コード例 #1
0
 function MY_CommentWidget()
 {
     parent::WP_Widget('my-recent-comments', $name = theme_locals("recent_comments"));
 }
コード例 #2
0
 function MY_CommentWidget()
 {
     parent::WP_Widget('my-recent-comments', $name = __('Cherry - Recent Comments', CHERRY_PLUGIN_DOMAIN));
 }