mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-30 10:55:50 -04:00
Revert previous edit. Prefer « none » (sweet, nice Unicode characters) instead of HTML entities.
This commit is contained in:
@@ -45,7 +45,7 @@ class user_theme_Core {
|
||||
$block->title = t("Language Preference");
|
||||
$block->content = new View("user_languages_block.html");
|
||||
$block->content->installed_locales =
|
||||
array_merge(array("" => t("« none »")), $locales);
|
||||
array_merge(array("" => t("« none »")), $locales);
|
||||
$block->content->selected = (string) user::cookie_locale();
|
||||
return $block;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user