Add param documentation

This commit is contained in:
Hypolite Petovan 2017-02-18 20:35:31 -05:00
parent 432587464c
commit 2c959b925d
1 changed files with 2 additions and 2 deletions

View File

@ -673,8 +673,8 @@ function fix_contact_ssl_policy(&$contact,$new_policy) {
/** /**
* @brief Remove Google Analytics and other tracking platforms params from URL * @brief Remove Google Analytics and other tracking platforms params from URL
* *
* @param string $url * @param string $url Any user-submitted URL that may contain tracking params
* @return string * @return string The same URL stripped of tracking parameters
*/ */
function strip_tracking_query_params($url) function strip_tracking_query_params($url)
{ {