RFC2606 recommends the use of example.com for examples of domains - in two places in Drupal I found we used something else.

includes/common.inc:1576: domain.com
modules/contact/contact.module:177: yoursite.com

I will provide a patch in a minute - I believe this should get done as part of the string freeze so I'm marking as critical.

CommentFileSizeAuthor
#1 example_com_0.patch1.54 KBgreggles
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

greggles’s picture

Status: Active » Needs review
FileSize
1.54 KB

Here's the patch.

Also, in the contact module it struck me that we have two examples that show basically the same thing: sending to one email address. It would be nice to show the two modes of using that filed: one email and multiple comma separate emails.

webernet’s picture

Title: Use example.com in all examples in compliance with RFC2606 » String-freeze clean-up: Use example.com in all examples in compliance with RFC2606
Status: Needs review » Reviewed & tested by the community

Looks good to me.

webchick’s picture

Looks good to me!

Dries’s picture

Status: Reviewed & tested by the community » Fixed

Committed to CVS HEAD. Thanks.

Anonymous’s picture

Status: Fixed » Closed (fixed)