Docs: Add missing `@since` tag for [45031].

Props dimadin.
See #46667.

git-svn-id: https://develop.svn.wordpress.org/trunk@45191 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dominik Schilling 2019-04-13 14:16:57 +00:00
parent 30caafae40
commit c4d7d5e772
1 changed files with 1 additions and 0 deletions

View File

@ -2248,6 +2248,7 @@ function get_pagenum_link( $pagenum = 1, $escape = true ) {
* Filters the page number link for the current request.
*
* @since 2.5.0
* @since 5.2.0 Added the `$pagenum` argument.
*
* @param string $result The page number link.
* @param int $pagenum The page number.