diff --git a/wp-includes/general-template.php b/wp-includes/general-template.php index 986d91dec1..d9dad1c0ad 100644 --- a/wp-includes/general-template.php +++ b/wp-includes/general-template.php @@ -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 ); diff --git a/wp-includes/version.php b/wp-includes/version.php index b73a2ab9fc..e09c53fba8 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-beta3-36937'; +$wp_version = '4.5-beta3-36938'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.