Make WordPress Core


Ignore:
Timestamp:
07/22/2020 12:27:36 AM (4 years ago)
Author:
SergeyBiryukov
Message:

Docs: Correct type for the $theme parameter of theme_auto_update_debug_string filter.

Follow-up to [48546], [48549], [48552].

See #50663.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-debug-data.php

    r48554 r48561  
    10791079                 * @since 5.5.0
    10801080                 *
    1081                  * @param string $auto_updates_string The string output for the auto-updates column.
    1082                  * @param object $theme               An object of theme data.
    1083                  * @param bool   $enabled             Whether auto-updates are enabled for this item.
     1081                 * @param string   $auto_updates_string The string output for the auto-updates column.
     1082                 * @param WP_Theme $theme               An object of theme data.
     1083                 * @param bool     $enabled             Whether auto-updates are enabled for this item.
    10841084                 */
    10851085                $auto_updates_string = apply_filters( 'theme_auto_update_debug_string', $auto_updates_string, $active_theme, $enabled );
Note: See TracChangeset for help on using the changeset viewer.