mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
Fix member directory's pagination links
This commit is contained in:
@@ -217,7 +217,7 @@ class UM_Permalinks {
|
||||
*** @add a query param to url
|
||||
***/
|
||||
function add_query( $key, $value ) {
|
||||
$this->current_url = add_query_arg( $key, $value, $this->current_url );
|
||||
$this->current_url = add_query_arg( $key, $value, $this->get_current_url() );
|
||||
return $this->current_url;
|
||||
}
|
||||
/***
|
||||
|
||||
Reference in New Issue
Block a user