Changeset 25085 for trunk/src/wp-includes/l10n.php
- Timestamp:
- 08/22/2013 03:55:07 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/l10n.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/l10n.php
r25059 r25085 499 499 $path = get_template_directory(); 500 500 501 // Load the textdomain according to the theme 501 // Load the textdomain according to the theme 502 502 $mofile = "{$path}/{$locale}.mo"; 503 503 if ( $loaded = load_textdomain( $domain, $mofile ) )
Note: See TracChangeset
for help on using the changeset viewer.