Docs: Add a @since note to get_the_archive_title() about the title part being wrapped in a <span> 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
This commit is contained in:
Sergey Biryukov 2020-08-18 12:05:09 +00:00
parent 7d0d6672c4
commit 26cf7ec46d
2 changed files with 2 additions and 1 deletions

View File

@ -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 `<span>` element.
*
* @return string Archive title.
*/

View File

@ -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.