mirror of
https://github.com/discourse/wp-discourse.git
synced 2025-10-03 08:59:21 +08:00
Merging changes from adamcapriola-adamcapriola-patch-2
This commit is contained in:
parent
04cadfa869
commit
60698c2c0b
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ class HTMLTemplates {
|
|||
<div class="respond comment-respond">
|
||||
<h3 id="reply-title" class="comment-reply-title">
|
||||
<?php
|
||||
$text = $discourse_comments_number > 0 ? self::get_text_options( 'join-discussion-text' ) : self::get_text_options( 'start-discussion-text' );
|
||||
$text = $discourse_comments_number > 1 ? self::get_text_options( 'join-discussion-text' ) : self::get_text_options( 'start-discussion-text' );
|
||||
?>
|
||||
<?php echo esc_html( $text ) . ' '; ?>
|
||||
<a <?php echo esc_html( self::target() ); ?> href="{topic_url}">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue