Docs: Improve the $blog_id parameter description in the DocBlock for get_custom_logo(), introduced in [36698].

See #33755. See #35986.

Built from https://develop.svn.wordpress.org/trunk@36937


git-svn-id: http://core.svn.wordpress.org/trunk@36905 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2016-03-10 17:45:25 +00:00
parent b04826bfe0
commit 965985dd23
2 changed files with 2 additions and 2 deletions

View File

@ -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 ) {

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.5-beta3-36936';
$wp_version = '4.5-beta3-36937';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.