- Timestamp:
- 11/18/2021 01:48:43 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-theme-installer-skin.php
r50931 r52204 283 283 * @since 5.5.0 284 284 * 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. 288 288 */ 289 289 echo apply_filters( 'install_theme_overwrite_comparison', $table, $current_theme_data, $new_theme_data );
Note: See TracChangeset
for help on using the changeset viewer.