[wp-trac] [WordPress Trac] #42140: Incorrect use of plural in class-wp-customize-themes-section.php
WordPress Trac
noreply at wordpress.org
Sun Oct 8 07:05:43 UTC 2017
#42140: Incorrect use of plural in class-wp-customize-themes-section.php
--------------------------+-----------------------------
Reporter: tobifjellner | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Themes | Version: trunk
Severity: normal | Keywords:
Focuses: |
--------------------------+-----------------------------
Use of {{{__()}}} where {{{_n()}}} is needed.
/wp-includes/customize/class-wp-customize-themes-section.php
{{{
/* translators: %s: number of themes displayed. */
echo sprintf( __( '%s themes' ), '<span class="theme-count">0</span>' );
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/42140>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list