X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FWikiMap.php;h=7eaebdfcc42b890d72b419570b45a465bde85d3d;hb=4db800ee441d51a36861d02a54476c9ded26b0f7;hp=027ff72f9fa1c2609bbc3b381d529742212692b9;hpb=1b028a6c7491957bb336077fc14bf92d35aa7f73;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/WikiMap.php b/includes/WikiMap.php index 027ff72f9f..7eaebdfcc4 100644 --- a/includes/WikiMap.php +++ b/includes/WikiMap.php @@ -159,7 +159,8 @@ class WikiReference { if ( $parsed ) { return $parsed['host']; } else { - // Invalid server spec. There's no sane thing to do here, so just return the canonical server name in full + // Invalid server spec. + // There's no sane thing to do here, so just return the canonical server name in full. return $this->mCanonicalServer; } } @@ -169,7 +170,8 @@ class WikiReference { * * @todo FIXME: This may be generalized... * - * @param string $page Page name (must be normalised before calling this function! May contain a section part.) + * @param string $page Page name (must be normalised before calling this function! + * May contain a section part.) * @param string|null $fragmentId * * @return string relative URL, without the server part.