I know that setting $t = get_t() is common in hook_requirements, but I've never seen a double-dollar sign in front of $t before. This looks accidental.

Diff between the 1.0 version and the 1.1 version:

     $requirements['plupload'] = array(
-        'title' => t('Plupload library'),
-        'value' => t('Unknown'),
+      'title' => $$t('Plupload library'),
+      'value' => $$t('Unknown'),
     );

Is this double dollar sign intentional?

Comments

slashrsm’s picture

Status: Active » Fixed

This is definitely an error. Thanks for reporting. Fixed in 7.x-1.x and 7.x-2.x.

Status: Fixed » Closed (fixed)

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

  • Commit 679e793 on 7.x-1.x, 8.x-1.x by slashrsm:
    Issue #1903818 by quicksketch, slashrsm: Fixed Double dollar signs in...
  • Commit 970c57b on 7.x-1.x, 7.x-2.x, 8.x-1.x by slashrsm:
    Issue #1903818 by quicksketch, slashrsm: Fixed Double dollar signs in...