get_pagenum_link filter from Martin2006. fixes #5969
git-svn-id: https://develop.svn.wordpress.org/trunk@7022 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
eb6d1ee7c8
commit
7918daa768
@ -641,6 +641,8 @@ function get_pagenum_link($pagenum = 1) {
|
||||
$result = $base . $request . $query_string;
|
||||
}
|
||||
|
||||
$result = apply_filters('get_pagenum_link', $result);
|
||||
|
||||
return $result;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user