mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
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:
parent
0e2a61dca9
commit
90fb0ded3b
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user