From 2975da0d32c3e53b621fc62b13755db1a30b974c Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 6 Feb 2010 16:21:08 +0000 Subject: - Patch #619566 by David_Rothstein: bring back the code comment. --- includes/common.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'includes/common.inc') diff --git a/includes/common.inc b/includes/common.inc index 227acca2e..358f76103 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -2469,6 +2469,7 @@ function url($path = NULL, array $options = array()) { // Preserve the original path before altering or aliasing. $original_path = $path; + // Allow other modules to alter the outbound URL and options. drupal_alter('url_outbound', $path, $options, $original_path); if ($options['fragment']) { -- cgit v1.2.3