[wp-meta] [Making WordPress.org] #1330: Add context to plugin directory string
Making WordPress.org
noreply at wordpress.org
Sat Oct 10 18:55:00 UTC 2015
#1330: Add context to plugin directory string
--------------------------+------------------------------
Reporter: extendwings | Owner:
Type: enhancement | Status: new
Priority: normal | Component: Plugin Directory
Resolution: | Keywords:
--------------------------+------------------------------
Comment (by Otto42):
So, instead of:
{{{
__( 'and %d others', 'wporg' )
}}}
We should instead use something like:
{{{
_x( 'and %d others', 'other people', 'wporg' )
_x( 'and %d others', 'other languages' 'wporg' )
}}}
Correct?
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/1330#comment:1>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list