]> git.mxchange.org Git - friendica.git/commitdiff
Add param documentation
authorHypolite Petovan <ben.lort@gmail.com>
Sun, 19 Feb 2017 01:35:31 +0000 (20:35 -0500)
committerHypolite Petovan <ben.lort@gmail.com>
Sun, 19 Feb 2017 01:35:31 +0000 (20:35 -0500)
include/network.php

index ecbe0e5c6d04407ed3ce97710cf137056ef01a3d..727d5e57ecf68390145a0c49a9d2e52439b1b94d 100644 (file)
@@ -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)
 {