Skip to content

Commit

Permalink
Updating docBlock for DM filter. See: wpsharks/comet-cache#339 and wp…
Browse files Browse the repository at this point in the history
  • Loading branch information
jaswsinc committed Jul 30, 2015
1 parent eaa4dd8 commit dbf1712
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/includes/closures/Shared/DomainMappingUtils.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit dbf1712

Please sign in to comment.