Issue #1987822 by vijaycs85, jrglasgow, tim.plunkett: Convert system_date_time_lookup() to a new style controller.
parent
7fd83fe98a
commit
81b2685cb6
|
@ -889,13 +889,6 @@ function system_menu() {
|
|||
'description' => 'Allow users to delete a configured date format.',
|
||||
'route_name' => 'date_format_delete',
|
||||
);
|
||||
$items['admin/config/regional/date-time/formats/lookup'] = array(
|
||||
'title' => 'Date and time lookup',
|
||||
'page callback' => 'system_date_time_lookup',
|
||||
'access arguments' => array('administer site configuration'),
|
||||
'type' => MENU_CALLBACK,
|
||||
'file' => 'system.admin.inc',
|
||||
);
|
||||
|
||||
// Search settings.
|
||||
$items['admin/config/search'] = array(
|
||||
|
|
Loading…
Reference in New Issue