Docs: Improve the $blog_id
parameter description in the DocBlock for get_custom_logo()
, introduced in [36698].
See #33755. See #35986. git-svn-id: https://develop.svn.wordpress.org/trunk@36937 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
5f72981462
commit
71bd9dc422
@ -865,7 +865,7 @@ function has_custom_logo( $blog_id = 0 ) {
|
||||
*
|
||||
* @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 string Custom logo markup.
|
||||
*/
|
||||
function get_custom_logo( $blog_id = 0 ) {
|
||||
|
Loading…
Reference in New Issue
Block a user