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

See #32246

Built from https://develop.svn.wordpress.org/trunk@38198


git-svn-id: http://core.svn.wordpress.org/trunk@38139 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
John Blackbourn 2016-08-04 22:13:29 +00:00
parent c9c2377b1d
commit dc3d64ed9c
2 changed files with 2 additions and 2 deletions

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;

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.7-alpha-38196';
$wp_version = '4.7-alpha-38198';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.