Changeset 54199 for trunk/src/wp-includes/l10n.php
- Timestamp:
- 09/19/2022 08:42:38 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/l10n.php
r53874 r54199 1244 1244 * When a textdomain is encountered for the first time, we try to load 1245 1245 * the translation file from `wp-content/languages`, removing the need 1246 * to call load_plugin_tex domain() or load_theme_texdomain().1246 * to call load_plugin_textdomain() or load_theme_textdomain(). 1247 1247 * 1248 1248 * @since 4.6.0
Note: See TracChangeset
for help on using the changeset viewer.