Docs: Correct _n_noop() and _nx_noop() descriptions to use third-person singular verbs.

Props realloc.
See #35961.

git-svn-id: https://develop.svn.wordpress.org/trunk@36765 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2016-02-28 20:42:40 +00:00
parent a18e7ae7c3
commit 5108255d19

View File

@ -389,7 +389,7 @@ function _nx($single, $plural, $number, $context, $domain = 'default') {
}
/**
* Registers plural strings in POT file, but don't translate them.
* Registers plural strings in POT file, but does not translate them.
*
* Used when you want to keep structures with translatable plural
* strings and use them later when the number is known.
@ -426,7 +426,7 @@ function _n_noop( $singular, $plural, $domain = null ) {
}
/**
* Register plural strings with gettext context in the POT file, but don't translate them.
* Registers plural strings with gettext context in POT file, but does not translate them.
*
* Used when you want to keep structures with translatable plural
* strings and use them later when the number is known.