From 982c3891251045e1590c9549b9296932078d4d43 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 13 May 2021 12:54:04 +0000 Subject: [PATCH] Docs: Clarify the `@since` note for `unlink-homepage-logo` in `get_custom_logo()`. This should make it clearer that the value applies to the `custom-logo` theme feature. Follow-up to [48039], [48283], [48749], [48757], [48758], [48832]. Props joyously. See #51075, #52628. Built from https://develop.svn.wordpress.org/trunk@50912 git-svn-id: http://core.svn.wordpress.org/trunk@50521 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/general-template.php | 3 ++- wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/wp-includes/general-template.php b/wp-includes/general-template.php index 5c2692d7a3..6b67cd9a71 100644 --- a/wp-includes/general-template.php +++ b/wp-includes/general-template.php @@ -1006,7 +1006,8 @@ function has_custom_logo( $blog_id = 0 ) { * Returns a custom logo, linked to home unless the theme supports removing the link on the home page. * * @since 4.5.0 - * @since 5.5.0 Added option to remove the link on the home page with `unlink-homepage-logo` theme support. + * @since 5.5.0 Added option to remove the link on the home page with `unlink-homepage-logo` theme support + * for the `custom-logo` theme feature. * @since 5.5.1 Disabled lazy-loading by default. * * @param int $blog_id Optional. ID of the blog in question. Default is the ID of the current blog. diff --git a/wp-includes/version.php b/wp-includes/version.php index 438ce18d19..c831db49c4 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.8-alpha-50847'; +$wp_version = '5.8-alpha-50912'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.