Changeset 1312 for trunk/wp-includes/wp-l10n.php
- Timestamp:
- 05/19/2004 03:09:49 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/wp-l10n.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/wp-l10n.php
r1177 r1312 13 13 } 14 14 15 $mofile = $curpath . " /languages/$locale.mo";15 $mofile = $curpath . "languages/$locale.mo"; 16 16 17 17 require($curpath . 'streams.php');
Note: See TracChangeset
for help on using the changeset viewer.