Docs: Add a `@since` tag for the new `$selected` parameter of `get_archives_link()`.

See #40662.
Built from https://develop.svn.wordpress.org/trunk@44898


git-svn-id: http://core.svn.wordpress.org/trunk@44729 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2019-03-14 19:37:51 +00:00
parent bba488f2b7
commit 2922b9b1b4
2 changed files with 2 additions and 1 deletions

View File

@ -1659,6 +1659,7 @@ function get_the_post_type_description() {
* three values for the format are not used, then custom format is assumed.
*
* @since 1.0.0
* @since 5.2.0 Added the `$selected` parameter.
*
* @param string $url URL to archive.
* @param string $text Archive text description.

View File

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