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

Props dimadin.
See #46667.
Built from https://develop.svn.wordpress.org/trunk@45191


git-svn-id: http://core.svn.wordpress.org/trunk@45000 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dominik Schilling 2019-04-13 14:17:55 +00:00
parent b6471e9be4
commit ae779fc980
2 changed files with 2 additions and 1 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.

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.2-beta3-45190';
$wp_version = '5.2-beta3-45191';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.