From 2922b9b1b49924d32073692f8be3b16003b69ad8 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 14 Mar 2019 19:37:51 +0000 Subject: [PATCH] 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 --- wp-includes/general-template.php | 1 + wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/wp-includes/general-template.php b/wp-includes/general-template.php index 7f9b96ef59..aa9f5d7eef 100644 --- a/wp-includes/general-template.php +++ b/wp-includes/general-template.php @@ -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. diff --git a/wp-includes/version.php b/wp-includes/version.php index 26b583ec94..9837f02282 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.