Changeset 43959 for branches/5.0/src/wp-includes/l10n.php
- Timestamp:
- 12/04/2018 01:12:47 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/src/wp-includes/l10n.php
r43910 r43959 890 890 891 891 $path = untrailingslashit( $path ); 892 $locale = is_admin() ? get_locale() : get_user_locale();892 $locale = determine_locale(); 893 893 894 894 // If a path was given and the handle file exists simply return it.
Note: See TracChangeset
for help on using the changeset viewer.