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.