$output = '<p>' . t('You can import configuration from existing modules to create an equivalent <a href=":mailer_policy">Mailer Policy</a>. It is recommended to run the import at the beginning, before you start editing policy.') . '</p>';

No :mailer_policy parameter replacement.

Comments

super_romeo created an issue. See original summary.

_shy’s picture

Status: Active » Needs review
StatusFileSize
new1.25 KB

Hi!
Here is patch to fix this issue. Added $params arrat to the t() function.

super_romeo’s picture

Thank you. Patch works as expected.

joelpittet’s picture

Status: Needs review » Reviewed & tested by the community

That looks like an innocent refactor mistake, thanks for fixing it @_shY and reporting it @super_romeo

adamps’s picture

Issue tags: +Plan to commit

Thanks looks good I will commit when I have some time

  • AdamPS committed 79cbcaf on 1.x authored by _shY
    Issue #3280462 by _shY: No replacement parameter in t()
    
adamps’s picture

Status: Reviewed & tested by the community » Fixed
Issue tags: -Plan to commit

Status: Fixed » Closed (fixed)

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