From: Hypolite Petovan Date: Sun, 19 Feb 2017 01:35:31 +0000 (-0500) Subject: Add param documentation X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2c959b925d20898579d4562d8d42669682de0957;p=friendica.git Add param documentation --- diff --git a/include/network.php b/include/network.php index ecbe0e5c6d..727d5e57ec 100644 --- a/include/network.php +++ b/include/network.php @@ -673,8 +673,8 @@ function fix_contact_ssl_policy(&$contact,$new_policy) { /** * @brief Remove Google Analytics and other tracking platforms params from URL * - * @param string $url - * @return string + * @param string $url Any user-submitted URL that may contain tracking params + * @return string The same URL stripped of tracking parameters */ function strip_tracking_query_params($url) {