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
This commit is contained in:
parent
4a854cd44f
commit
5dbe5a8355
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user