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; 
CommentFileSizeAuthor
#1 remove_empty_t.patch717 byteszoltán balogh

Comments

zoltán balogh’s picture

Status: Active » Needs review
StatusFileSize
new717 bytes
fractile81’s picture

Status: Needs review » Fixed

Fixed in HEAD, will be rolled into the next release.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.