Docs: Add a missing notation for the `$context` parameter in the DocBlock for `_nx_noop()`.
See #32246. Built from https://develop.svn.wordpress.org/trunk@36012 git-svn-id: http://core.svn.wordpress.org/trunk@35977 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
13bead9e58
commit
9b89047bf2
|
@ -445,6 +445,7 @@ function _n_noop( $singular, $plural, $domain = null ) {
|
||||||
*
|
*
|
||||||
* @param string $singular Singular form to be localized.
|
* @param string $singular Singular form to be localized.
|
||||||
* @param string $plural Plural form to be localized.
|
* @param string $plural Plural form to be localized.
|
||||||
|
* @param string $context Context information for the translators.
|
||||||
* @param string $domain Optional. Text domain. Unique identifier for retrieving translated strings.
|
* @param string $domain Optional. Text domain. Unique identifier for retrieving translated strings.
|
||||||
* Default null.
|
* Default null.
|
||||||
* @return array {
|
* @return array {
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.5-alpha-36011';
|
$wp_version = '4.5-alpha-36012';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue