diff --git a/src/wp-includes/general-template.php b/src/wp-includes/general-template.php index 5c2692d7a3..6b67cd9a71 100644 --- a/src/wp-includes/general-template.php +++ b/src/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.