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