Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion includes/class-bwp-recent-comments.php
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ function __construct($version = '1.2.2')
'template_paged_comment'=> '<li class="recent-comment"><span class="recent-comment-avatar">%avatar%</span><span class="recent-comment-single"><span class="recent-comment-author">%author%</span><span class="recent-comment-text"> { %excerpt% } &ndash; </span> <a href="%link%" title="%post_title_attr%"><strong>%time%</strong></a></span></li>',
'template_owner' => '',
'template_tbpb' => '<li class="recent-comment recent-comment-tb"><span class="recent-comment-single"><span class="recent-comment-author"><a href="%author_url%"><strong>%author%</strong></a></span><span class="recent-comment-text"> { %excerpt% } </span></span></li>',
'template_group_header' => '<li><strong><a href="%post_link%" title="%post_title_attr%">%post_title%</a> (<a href="#" title="' . __('This post has a total of %comment_count% comment(s)', 'bwp-rc') . '">%comment_count%</a>)</strong><ul>',
'template_group_header' => '<li><strong><a href="%post_link%" title="%post_title_attr%">%post_title%</a> (<a href="%post_link%#comments" title="' . __('This post has a total of %comment_count% comment(s)', 'bwp-rc') . '">%comment_count%</a>)</strong><ul>',
'template_group_footer' => '</ul></li>',
'template_ajax_older' => '<a title="' . __('View older comments', 'bwp-rc') . '" href="#" class="bwp-rc-older-nav">' . __('Older &raquo;', 'bwp-rc') . '</a>',
'template_ajax_newer' => '<a title="' . __('View newer comments', 'bwp-rc') . '" href="#" class="bwp-rc-newer-nav">' . __('&laquo; Newer', 'bwp-rc') . '</a>'
Expand Down