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:
parent
7d0d6672c4
commit
26cf7ec46d
|
@ -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.
|
||||
*/
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue