From 1a5694fc0f4538f995b0a249e18bde16eeb03d3b Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 13 Mar 2016 09:14:28 +0000 Subject: [PATCH] Docs: Update default `$size` value for `get_custom_logo` filter after [36950]. Props wido. See #33755. Built from https://develop.svn.wordpress.org/trunk@36975 git-svn-id: http://core.svn.wordpress.org/trunk@36943 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/general-template.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/general-template.php b/wp-includes/general-template.php index 8a3a71cd6c..d3cf27a445 100644 --- a/wp-includes/general-template.php +++ b/wp-includes/general-template.php @@ -912,7 +912,7 @@ function get_custom_logo( $blog_id = 0 ) { * @since 4.5.0 * * @param string $html Custom logo HTML output. - * @param string $size Size specified in add_theme_support declaration, or 'thumbnail' default. + * @param string $size Size specified in add_theme_support declaration, or 'full' default. */ return apply_filters( 'get_custom_logo', $html, $size ); } diff --git a/wp-includes/version.php b/wp-includes/version.php index c614e46de0..ee1fcbcd94 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-beta3-36974'; +$wp_version = '4.5-beta3-36975'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.