Download & Extend

Link to front page in form element description are not properly replaced in t()

Project:Site verification
Version:7.x-1.0-rc2
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:needs review

Issue Summary

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.

Comments

#1

Status:active» needs review

silly small patch

AttachmentSize
site_verify-fix_front_page_link_typo-1857690-1.patch 991 bytes