Changeset 42876 for trunk/src/wp-includes/l10n.php
- Timestamp:
- 03/25/2018 07:32:24 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/l10n.php
r42843 r42876 550 550 * @since 1.5.0 551 551 * 552 * @global array$l10n An array of all currently loaded text domains.553 * @global array$l10n_unloaded An array of all text domains that have been unloaded again.552 * @global MO[] $l10n An array of all currently loaded text domains. 553 * @global MO[] $l10n_unloaded An array of all text domains that have been unloaded again. 554 554 * 555 555 * @param string $domain Text domain. Unique identifier for retrieving translated strings. … … 624 624 * @since 3.0.0 625 625 * 626 * @global array$l10n An array of all currently loaded text domains.627 * @global array$l10n_unloaded An array of all text domains that have been unloaded again.626 * @global MO[] $l10n An array of all currently loaded text domains. 627 * @global MO[] $l10n_unloaded An array of all text domains that have been unloaded again. 628 628 * 629 629 * @param string $domain Text domain. Unique identifier for retrieving translated strings. … … 857 857 * 858 858 * @see get_translations_for_domain() 859 * @global array$l10n_unloaded An array of all text domains that have been unloaded again.859 * @global MO[] $l10n_unloaded An array of all text domains that have been unloaded again. 860 860 * 861 861 * @param string $domain Text domain. Unique identifier for retrieving translated strings. … … 965 965 * @since 2.8.0 966 966 * 967 * @global array$l10n967 * @global MO[] $l10n 968 968 * @staticvar NOOP_Translations $noop_translations 969 969 * … … 990 990 * @since 3.0.0 991 991 * 992 * @global array$l10n992 * @global MO[] $l10n 993 993 * 994 994 * @param string $domain Text domain. Unique identifier for retrieving translated strings.
Note: See TracChangeset
for help on using the changeset viewer.