X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FWikiMap.php;h=f7b8d2f16dfa0c7517124e0e693c1fb30db668ab;hb=5473e9e9eeea71b0a32b2b0e703529e196721407;hp=37f85ea27c1a6acd9ac712038145914b2d446a1a;hpb=adae996840b9e782f6e14b21c433a83e37c3a74e;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/WikiMap.php b/includes/WikiMap.php index 37f85ea27c..f7b8d2f16d 100644 --- a/includes/WikiMap.php +++ b/includes/WikiMap.php @@ -141,7 +141,7 @@ class WikiMap { * @param string $wikiID Wiki'd id (generally database name) * @param string $page Page name (must be normalised before calling this function!) * @param string $text Link's text; optional, default to $page - * @return string HTML link or false if the wiki was not found + * @return string|false HTML link or false if the wiki was not found */ public static function makeForeignLink( $wikiID, $page, $text = null ) { if ( !$text ) {