Changeset 47198 for trunk/src/wp-includes/pomo/po.php
- Timestamp:
- 02/06/2020 06:31:22 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/pomo/po.php
r47122 r47198 8 8 */ 9 9 10 require_once dirname( __FILE__ ). '/translations.php';10 require_once __DIR__ . '/translations.php'; 11 11 12 12 if ( ! defined( 'PO_MAX_LINE_LEN' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.