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:
Drew Jaynes 2015-12-18 23:16:26 +00:00
parent 13bead9e58
commit 9b89047bf2
2 changed files with 2 additions and 1 deletions

View File

@ -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 {

View File

@ -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.