Docs: Correct `@return` type for `Theme_Upgrader::check_parent_theme_filter()`.

Props diddledan.
Fixes #48570.
Built from https://develop.svn.wordpress.org/trunk@47057


git-svn-id: http://core.svn.wordpress.org/trunk@46857 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2020-01-11 02:46:05 +00:00
parent 77aa5d1604
commit 6a3deacf86
2 changed files with 2 additions and 2 deletions

View File

@ -91,7 +91,7 @@ class Theme_Upgrader extends WP_Upgrader {
* @param bool $install_result * @param bool $install_result
* @param array $hook_extra * @param array $hook_extra
* @param array $child_result * @param array $child_result
* @return type * @return bool
*/ */
public function check_parent_theme_filter( $install_result, $hook_extra, $child_result ) { public function check_parent_theme_filter( $install_result, $hook_extra, $child_result ) {
// Check to see if we need to install a parent theme // Check to see if we need to install a parent theme

View File

@ -13,7 +13,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '5.4-alpha-47056'; $wp_version = '5.4-alpha-47057';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.