I18N: Correct the documented return types of get_translations_for_domain().

See #32246


git-svn-id: https://develop.svn.wordpress.org/trunk@38198 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
John Blackbourn 2016-08-04 22:12:21 +00:00
parent 0e2a61dca9
commit 90fb0ded3b

View File

@ -867,7 +867,7 @@ function _load_textdomain_just_in_time( $domain ) {
* @global array $l10n
*
* @param string $domain Text domain. Unique identifier for retrieving translated strings.
* @return NOOP_Translations A Translations instance.
* @return Translations|NOOP_Translations A Translations instance.
*/
function get_translations_for_domain( $domain ) {
global $l10n;