Make WordPress Core


Ignore:
Timestamp:
11/18/2021 01:48:43 PM (5 years ago)
Author:
johnbillion
Message:

Docs: Various corrections and improvements relating to types used in inline documentation.

See #53399

File:
1 edited

Legend:

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

    r50931 r52204  
    283283                 * @since 5.5.0
    284284                 *
    285                  * @param string $table              The output table with Name, Version, Author, RequiresWP, and RequiresPHP info.
    286                  * @param array  $current_theme_data Array with current theme data.
    287                  * @param array  $new_theme_data     Array with uploaded theme data.
     285                 * @param string   $table              The output table with Name, Version, Author, RequiresWP, and RequiresPHP info.
     286                 * @param WP_Theme $current_theme_data Current theme data.
     287                 * @param array    $new_theme_data     Array with uploaded theme data.
    288288                 */
    289289                echo apply_filters( 'install_theme_overwrite_comparison', $table, $current_theme_data, $new_theme_data );
Note: See TracChangeset for help on using the changeset viewer.