Changeset 29984 for trunk/src/wp-includes/l10n.php
- Timestamp:
- 10/21/2014 05:57:41 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/l10n.php
r29856 r29984 662 662 663 663 // Load the textdomain according to the theme 664 $mofile = "{$path}/{$locale}.mo";664 $mofile = untrailingslashit( $path ) . "/{$locale}.mo"; 665 665 if ( $loaded = load_textdomain( $domain, $mofile ) ) 666 666 return $loaded;
Note: See TracChangeset
for help on using the changeset viewer.