- Small change

4.6.x
Dries Buytaert 2004-12-31 09:31:54 +00:00
parent 1dbe0dc2ee
commit ceb20b45e5
2 changed files with 2 additions and 2 deletions

View File

@ -74,7 +74,7 @@ function search_menu($may_cache) {
$items = array();
if ($may_cache) {
$items[] = array('path' => 'search', 'title' => t('search for'),
$items[] = array('path' => 'search', 'title' => t('search'),
'callback' => 'search_view',
'access' => user_access('search content'),
'type' => MENU_SUGGESTED_ITEM);

View File

@ -74,7 +74,7 @@ function search_menu($may_cache) {
$items = array();
if ($may_cache) {
$items[] = array('path' => 'search', 'title' => t('search for'),
$items[] = array('path' => 'search', 'title' => t('search'),
'callback' => 'search_view',
'access' => user_access('search content'),
'type' => MENU_SUGGESTED_ITEM);