diff options
author | Gábor Hojtsy <gabor@hojtsy.hu> | 2008-01-10 20:05:30 +0000 |
---|---|---|
committer | Gábor Hojtsy <gabor@hojtsy.hu> | 2008-01-10 20:05:30 +0000 |
commit | f02c73729672257681dec2cdb19c265e61788788 (patch) | |
tree | cd201b1bde7b5f1f71ef7ac3af2907ee15c64ea0 /includes | |
parent | 23a80e22d1b21885aa80f61fba85c8f95c3cb625 (diff) | |
download | brdo-f02c73729672257681dec2cdb19c265e61788788.tar.gz brdo-f02c73729672257681dec2cdb19c265e61788788.tar.bz2 |
A missing empty line
Diffstat (limited to 'includes')
-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. |