Just a small typo

      '#description' => t('This is the full meta tag provided for verification. Note that this meta tag will only be visible in the source code of your <a href="@frontpage">front page</a>.', array('@front-page' => url('<front>'))),

should be

      '#description' => t('This is the full meta tag provided for verification. Note that this meta tag will only be visible in the source code of your <a href="@frontpage">front page</a>.', array('@frontpage' => url('<front>'))),

there's a hyphen between front and page where there shouldn't be.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jenlampton’s picture

Status: Active » Needs review
FileSize
991 bytes

silly small patch

amitgoyal’s picture

Issue summary: View changes
Status: Needs review » Reviewed & tested by the community

Looks good to me.

joachim’s picture

Status: Reviewed & tested by the community » Fixed

Fixed. Thanks for the patch!

git commit -m "Issue #1857690 by jenlampton: Fixed link to front page in form element description text." --author="jenlampton "

  • Commit 7768822 on 7.x-1.x authored by jenlampton, committed by joachim:
    Issue #1857690 by jenlampton: Fixed link to front page in form element...

Status: Fixed » Closed (fixed)

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