Changeset 57504
- Timestamp:
- 01/31/2024 09:26:55 PM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/load.php
r57312 r57504 1485 1485 // Translation and localization. 1486 1486 require_once ABSPATH . WPINC . '/pomo/mo.php'; 1487 require_once ABSPATH . WPINC . '/l10n/class-wp-translation-controller.php'; 1488 require_once ABSPATH . WPINC . '/l10n/class-wp-translations.php'; 1489 require_once ABSPATH . WPINC . '/l10n/class-wp-translation-file.php'; 1490 require_once ABSPATH . WPINC . '/l10n/class-wp-translation-file-mo.php'; 1491 require_once ABSPATH . WPINC . '/l10n/class-wp-translation-file-php.php'; 1487 1492 require_once ABSPATH . WPINC . '/l10n.php'; 1488 1493 require_once ABSPATH . WPINC . '/class-wp-textdomain-registry.php';
Note: See TracChangeset
for help on using the changeset viewer.