From dbf1712487880e836ca009d74b8eac9a248a95e9 Mon Sep 17 00:00:00 2001 From: jaswsinc Date: Thu, 30 Jul 2015 11:54:12 -0800 Subject: [PATCH] Updating docBlock for DM filter. See: https://github.com/websharks/zencache/issues/339 and https://github.com/websharks/zencache/issues/505 --- src/includes/closures/Shared/DomainMappingUtils.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/includes/closures/Shared/DomainMappingUtils.php b/src/includes/closures/Shared/DomainMappingUtils.php index 0ce388db..405db055 100644 --- a/src/includes/closures/Shared/DomainMappingUtils.php +++ b/src/includes/closures/Shared/DomainMappingUtils.php @@ -16,11 +16,11 @@ }; /* - * Can consider domain mapping? + * Filters a URL in order to apply domain mapping. * * @since 15xxxx Improving multisite compat. * - * @return bool `TRUE` if we can consider domain mapping. + * @return string The filtered URL, if possible; Otherwise the original URL. */ $self->domainMappingUrlFilter = function ($url) use ($self) { $original_url = (string) $url; // Preserve.