Skip to content

Commit 3011bf8

Browse files
Fix docblock return type for custom logo filter.
Co-authored-by: Weston Ruter <[email protected]>
1 parent c17462b commit 3011bf8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-content/themes/twentytwenty/functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ function twentytwenty_menus() {
304304
* @since Twenty Twenty 1.0
305305
*
306306
* @param string $html The HTML output from get_custom_logo() (core function).
307-
* @return string|false Custom logo HTML or false if not available.
307+
* @return string Custom logo HTML with "retina" resolution applied if enabled.
308308
*/
309309
function twentytwenty_get_custom_logo( $html ) {
310310

0 commit comments

Comments
 (0)