Docs: Correct `_n_noop()` and `_nx_noop()` descriptions to use third-person singular verbs.
Props realloc. See #35961. Built from https://develop.svn.wordpress.org/trunk@36765 git-svn-id: http://core.svn.wordpress.org/trunk@36732 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
696d8382f0
commit
bd4c250078
|
@ -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.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.5-beta1-36764';
|
||||
$wp_version = '4.5-beta1-36765';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue