From 26cf7ec46d64a73c9df1a0c719110092287cc081 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 18 Aug 2020 12:05:09 +0000 Subject: [PATCH] Docs: Add a `@since` note to `get_the_archive_title()` about the title part being wrapped in a `` element. Follow-up to [48294]. Props justinahinon, audrasjb. Fixes #51050. Built from https://develop.svn.wordpress.org/trunk@48814 git-svn-id: http://core.svn.wordpress.org/trunk@48576 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 6aa84ff654..efb682ad12 100644 --- a/wp-includes/general-template.php +++ b/wp-includes/general-template.php @@ -1645,6 +1645,7 @@ function the_archive_title( $before = '', $after = '' ) { * Retrieve the archive title based on the queried object. * * @since 4.1.0 + * @since 5.5.0 The title part is wrapped in a `` element. * * @return string Archive title. */ diff --git a/wp-includes/version.php b/wp-includes/version.php index c31e7532ea..da37fecbdf 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.6-alpha-48812'; +$wp_version = '5.6-alpha-48814'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.