From f02c73729672257681dec2cdb19c265e61788788 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= <gabor@hojtsy.hu> Date: Thu, 10 Jan 2008 20:05:30 +0000 Subject: [PATCH] A missing empty line --- includes/menu.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/menu.inc b/includes/menu.inc index 5df8a6b7d52a..8b4636baffd7 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. -- GitLab