Add param documentation
This commit is contained in:
parent
432587464c
commit
2c959b925d
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue