diff options
-rw-r--r-- | includes/menu.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/menu.inc b/includes/menu.inc index 5df8a6b7d..8b4636baf 100644 --- a/includes/menu.inc +++ b/includes/menu.inc @@ -451,6 +451,7 @@ function _menu_check_access(&$item, $map) { /** * Localize the router item title using t() or another callback. + * * Translate the title and description to allow storage of English title * strings in the database, yet display of them in the language required * by the current user. |