2
0
Fork 0
mirror of https://github.com/discourse/wp-discourse.git synced 2025-10-03 08:59:21 +08:00

Merging changes from Git for 1.0.2 release

git-svn-id: http://plugins.svn.wordpress.org/wp-discourse/trunk@1513648 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
scossar 2016-10-12 23:00:01 +00:00
parent eb7623ca12
commit 91d4320ca4
7 changed files with 25 additions and 43 deletions

View file

@ -47,7 +47,7 @@ class HTMLTemplates {
public static function replies_html() {
ob_start();
?>
<div id="comments" class="comments-area">
<div id="comments" class="comments-area discourse-comments-area">
<h2 class="comments-title discourse-comments-title"><?php esc_html( self::get_text_options( 'notable-replies-text' ) ); ?></h2>
<ol class="comment-list">{comments}</ol>
<div class="respond comment-respond">
@ -148,7 +148,7 @@ class HTMLTemplates {
width="64">
<b class="fn"><a href="{topic_url}" rel="external"
class="url">{username}</a></b>
<span class="says">says:</span><!-- screen reader text -->
<span class="says screen-reader-text"><?php esc_html_e( 'says:', 'wp-discourse' ); ?></span><!-- screen reader text -->
</div>
<!-- .comment-author -->
<div class="comment-metadata">