From 5f72981462fe339c01b58db1f2cd54a8165f53d6 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Thu, 10 Mar 2016 17:43:32 +0000 Subject: [PATCH] Docs: Improve inline documentation for `has_custom_logo()`, introduced in [36698]. See #33755. See #35986. git-svn-id: https://develop.svn.wordpress.org/trunk@36936 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/general-template.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-includes/general-template.php b/src/wp-includes/general-template.php index 87808129ab..bedd423df5 100644 --- a/src/wp-includes/general-template.php +++ b/src/wp-includes/general-template.php @@ -839,11 +839,11 @@ function has_site_icon( $blog_id = 0 ) { } /** - * Whether the site has a custom logo. + * Determines whether the site has a custom logo. * * @since 4.5.0 * - * @param int $blog_id Optional. ID of the blog in question. Default current blog. + * @param int $blog_id Optional. ID of the blog in question. Default is the ID of the current blog. * @return bool Whether the site has a custom logo or not. */ function has_custom_logo( $blog_id = 0 ) {