[wp-trac] [WordPress Trac] #49058: Twenty Twenty: Comments report
WordPress Trac
noreply at wordpress.org
Sat Dec 21 14:31:06 UTC 2019
#49058: Twenty Twenty: Comments report
----------------------------------------+----------------------------------
Reporter: Parvand | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Bundled Theme | Version: 5.3.2
Severity: normal | Keywords: needs-design-
Focuses: template, coding-standards | feedback
----------------------------------------+----------------------------------
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?
--
Ticket URL: <https://core.trac.wordpress.org/ticket/49058>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list