mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-05 21:24:35 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user