summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2006-11-21 19:12:01 +0000
committerDries Buytaert <dries@buytaert.net>2006-11-21 19:12:01 +0000
commite8e97f2bbd4f219c75df34dff04327bb033cfb33 (patch)
tree504d16448ed7fa922af3a8144a1f530767c1ef12 /includes
parent001d54f663136894ce0dce0a09693cc107cfb788 (diff)
downloadbrdo-e8e97f2bbd4f219c75df34dff04327bb033cfb33.tar.gz
brdo-e8e97f2bbd4f219c75df34dff04327bb033cfb33.tar.bz2
- 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.
Diffstat (limited to 'includes')
-rw-r--r--includes/common.inc2
1 files changed, 1 insertions, 1 deletions
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.