mirror of
git://develop.git.wordpress.org/
synced 2025-01-17 21:08:44 +01:00
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. git-svn-id: https://develop.svn.wordpress.org/trunk@50912 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
57e78f709b
commit
5d34fc734d
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user