Skip to content
Snippets Groups Projects
Commit f724ab68 authored by Hans Salvisberg's avatar Hans Salvisberg
Browse files

#777416. Fix bad link in "Devel settings" description.

parent 84f637d4
No related branches found
Tags 6.x-1.20
No related merge requests found
......@@ -142,7 +142,7 @@ function devel_menu() {
);
$items['admin/settings/devel'] = array(
'title' => 'Devel settings',
'description' => 'Helper functions, pages, and blocks to assist Drupal developers. The devel blocks can be managed via the <a href="!block">block administration</a> page.', array('!block' => url('admin/build/block')),
'description' => 'Helper functions, pages, and blocks to assist Drupal developers. The devel blocks can be managed via the <a href="/admin/build/block">block administration</a> page.',
'page callback' => 'drupal_get_form',
'page arguments' => array('devel_admin_settings'),
'access arguments' => array('administer site configuration'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment