problem in comments.php
at line 35 where it starts: } elseif ( '1' === $comments_number ) {
its not work for translate. I think it should be as follows: } elseif ( '1' == $comments_number ) {
i change and it work now.
in twentynineteen its : if ( '1' == $discussion->responses ) {
Would you please report that via https://core.trac.ww.wp.xz.cn/newticket using the Bundled Theme component? Oh, and please start the ticket’s subject with Twenty Twenty:
Viewing 1 replies (of 1 total)
The topic ‘Comments problem’ is closed to new replies.
(@parvand)
6 years, 5 months ago
problem in comments.php
at line 35 where it starts:
} elseif ( '1' === $comments_number ) {its not work for translate. I think it should be as follows:
} elseif ( '1' == $comments_number ) {i change and it work now.
in twentynineteen its :
if ( '1' == $discussion->responses ) {is that problem or not?