Changeset 40362
- Timestamp:
- 04/01/2017 02:25:08 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/l10n.php
r39331 r40362 754 754 } 755 755 756 $path = trailingslashit( WPMU_PLUGIN_DIR . '/' . ltrim( $mu_plugin_rel_path, '/' ));756 $path = WPMU_PLUGIN_DIR . '/' . ltrim( $mu_plugin_rel_path, '/' ); 757 757 758 758 return load_textdomain( $domain, $path . '/' . $mofile );
Note: See TracChangeset
for help on using the changeset viewer.