From 5dbe5a835577fa033e46e9c92cda25aefc76b736 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 11 Jan 2020 02:44:17 +0000 Subject: [PATCH] Docs: Correct `@return` type for `Theme_Upgrader::check_parent_theme_filter()`. Props diddledan. Fixes #48570. git-svn-id: https://develop.svn.wordpress.org/trunk@47057 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/class-theme-upgrader.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/includes/class-theme-upgrader.php b/src/wp-admin/includes/class-theme-upgrader.php index e9cb743e40..5abf380324 100644 --- a/src/wp-admin/includes/class-theme-upgrader.php +++ b/src/wp-admin/includes/class-theme-upgrader.php @@ -91,7 +91,7 @@ class Theme_Upgrader extends WP_Upgrader { * @param bool $install_result * @param array $hook_extra * @param array $child_result - * @return type + * @return bool */ public function check_parent_theme_filter( $install_result, $hook_extra, $child_result ) { // Check to see if we need to install a parent theme