summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorJennifer Hodgdon <yahgrp@poplarware.com>2013-09-12 07:52:52 -0700
committerJennifer Hodgdon <yahgrp@poplarware.com>2013-09-12 07:52:52 -0700
commita44bda729fc7e50263de61a9c9889daba3cd7f2b (patch)
tree60c566f79b78474e359c30c15b3945fbad156b53 /modules
parent9b377a458088a4f156914b351762eec65f72db5b (diff)
downloadbrdo-a44bda729fc7e50263de61a9c9889daba3cd7f2b.tar.gz
brdo-a44bda729fc7e50263de61a9c9889daba3cd7f2b.tar.bz2
Issue #692366 by mariacha1, hosef, Albert Volkman, xjm, underq, kid_icarus, willmoy, bradweikel: Replace US-centric php.net URLs with language-neutral URLs
Diffstat (limited to 'modules')
-rw-r--r--modules/system/system.api.php2
-rw-r--r--modules/system/system.mail.inc2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/system/system.api.php b/modules/system/system.api.php
index 05fa9bb17..276dbca18 100644
--- a/modules/system/system.api.php
+++ b/modules/system/system.api.php
@@ -4096,7 +4096,7 @@ function hook_date_format_types_alter(&$types) {
* declared in an implementation of hook_date_format_types().
* - 'format': A PHP date format string to use when formatting dates. It
* can contain any of the formatting options described at
- * http://php.net/manual/en/function.date.php
+ * http://php.net/manual/function.date.php
* - 'locales': (optional) An array of 2 and 5 character locale codes,
* defining which locales this format applies to (for example, 'en',
* 'en-us', etc.). If your date format is not language-specific, leave this
diff --git a/modules/system/system.mail.inc b/modules/system/system.mail.inc
index 4e7544006..443e57400 100644
--- a/modules/system/system.mail.inc
+++ b/modules/system/system.mail.inc
@@ -31,7 +31,7 @@ class DefaultMailSystem implements MailSystemInterface {
/**
* Send an e-mail message, using Drupal variables and default settings.
*
- * @see http://php.net/manual/en/function.mail.php
+ * @see http://php.net/manual/function.mail.php
* @see drupal_mail()
*
* @param $message