initial support for alternative sort orders on the cloud pages. Can be triggered manually but further development is required.
This commit is contained in:
@@ -109,6 +109,7 @@ function clean_query_string($s = '') {
|
||||
$x = strip_zids(($s) ? $s : \App::$query_string);
|
||||
$x = strip_owt($x);
|
||||
$x = strip_zats($x);
|
||||
$x = strip_query_param($x,'sort');
|
||||
|
||||
return strip_query_param($x,'f');
|
||||
}
|
||||
|
Reference in New Issue
Block a user