Changeset 4588
- Timestamp:
- 12/03/2006 09:09:24 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/l10n.php
r4495 r4588 4 4 5 5 if (isset($locale)) 6 return $locale;6 return apply_filters( 'locale', $locale ); 7 7 8 8 // WPLANG is defined in wp-config.
Note: See TracChangeset
for help on using the changeset viewer.