Ticket #41402: 41402.patch
| File 41402.patch, 938 bytes (added by , 9 years ago) |
|---|
-
src/wp-includes/l10n.php
863 863 * @since 4.7.0 864 864 * @access private 865 865 * 866 * @staticvar array $available_translations 867 * 866 868 * @see _load_textdomain_just_in_time() 867 869 * 868 870 * @param string $domain Text domain. Unique identifier for retrieving translated strings. … … 891 893 * @since 4.7.0 892 894 * @access private 893 895 * 896 * @staticvar bool $cached_mofiles 897 * 894 898 * @see _get_path_to_translation() 895 899 * 896 900 * @param string $domain Text domain. Unique identifier for retrieving translated strings. … … 940 944 * 941 945 * @global array $l10n 942 946 * 947 * @staticvar bool $noop_translations 948 * 943 949 * @param string $domain Text domain. Unique identifier for retrieving translated strings. 944 950 * @return Translations|NOOP_Translations A Translations instance. 945 951 */