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.

git-svn-id: https://develop.svn.wordpress.org/trunk@48814 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2020-08-18 12:03:24 +00:00
parent 7d0dc26c96
commit 89ea6ce552

View File

@ -1645,6 +1645,7 @@ function the_archive_title( $before = '', $after = '' ) {
* Retrieve the archive title based on the queried object. * Retrieve the archive title based on the queried object.
* *
* @since 4.1.0 * @since 4.1.0
* @since 5.5.0 The title part is wrapped in a `<span>` element.
* *
* @return string Archive title. * @return string Archive title.
*/ */