From e8e97f2bbd4f219c75df34dff04327bb033cfb33 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 21 Nov 2006 19:12:01 +0000 Subject: - Patch #98688 by greggles: string cleanup. Follow RFC2606 and use example.com for domain name examples. Core uses that consistently so make sure your contributed modules do too. --- includes/common.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/common.inc') diff --git a/includes/common.inc b/includes/common.inc index a5c9a2f11..f23e94642 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -1573,7 +1573,7 @@ function drupal_valid_token($token, $value = '', $skip_anonymous = FALSE) { * @param $url * An absolute URL of the XML-RPC endpoint. * Example: - * http://www.domain.com/xmlrpc.php + * http://www.example.com/xmlrpc.php * @param ... * For one request: * The method name followed by a variable number of arguments to the method. -- cgit v1.2.3