The module contains the following code:

$items['admin/settings/devel'] = array(
...
'description' =>  'Helper functions, ... via the !block page.', array('!block' => ...),

Note that the array('!block' => ...) is dangling. This construct is meant to be used inside a t(), but there's no t() enveloping the bigger expression (righfully so).

Comments

moshe weitzman’s picture

right. but how to put a dynamic thing like a URL in there? Just bake it into the string?

willzyx’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

Closed because Drupal 6 is no longer supported. If the issue verifiably applies to later versions, please reopen with details and update the version.