Docs: Add a missing notation for the `$context` parameter in the DocBlock for `_nx_noop()`.

See #32246.


git-svn-id: https://develop.svn.wordpress.org/trunk@36012 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes 2015-12-18 23:15:50 +00:00
parent f8fc65acb3
commit 96c5ced339
1 changed files with 1 additions and 0 deletions

View File

@ -445,6 +445,7 @@ function _n_noop( $singular, $plural, $domain = null ) {
*
* @param string $singular Singular 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.
* Default null.
* @return array {