Please, do not use t() on empty string, in int_meta.module:
switch ($path) {
case 'admin/help#int_meta': {
$output .= '<p>' . t('') . '</p>';
$output .= '<p>' . t('See the <a href="@readme">README.txt</a> for this module for more information.', array('@readme' => url(drupal_get_path('module', 'int_meta') . '/README.txt'))) . '</p>';
} break;
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | remove_empty_t.patch | 717 bytes | zoltán balogh |
Comments
Comment #1
zoltán balogh commentedComment #2
fractile81 commentedFixed in HEAD, will be rolled into the next release.