Make WordPress Core


Ignore:
Timestamp:
01/11/2020 02:44:17 AM (7 years ago)
Author:
SergeyBiryukov
Message:

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

Props diddledan.
Fixes #48570.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-theme-upgrader.php

    r45932 r47057  
    9292         * @param array $hook_extra
    9393         * @param array $child_result
    94          * @return type
     94         * @return bool
    9595         */
    9696        public function check_parent_theme_filter( $install_result, $hook_extra, $child_result ) {
Note: See TracChangeset for help on using the changeset viewer.