- Timestamp:
- 07/12/2020 01:17:51 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-theme-installer-skin.php
r48417 r48446 268 268 269 269 /** 270 * Filters the compare table output for overwrit ea theme package on upload.270 * Filters the compare table output for overwriting a theme package on upload. 271 271 * 272 272 * @since 5.5.0 273 273 * 274 * @param string $table The output table with Name, Version, Author, RequiresWPand RequiresPHP info.275 * @param array $current_theme_dataArray with current theme data.276 * @param array $new_theme_dataArray with uploaded theme data.274 * @param string $table The output table with Name, Version, Author, RequiresWP, and RequiresPHP info. 275 * @param array $current_theme_data Array with current theme data. 276 * @param array $new_theme_data Array with uploaded theme data. 277 277 */ 278 278 echo apply_filters( 'install_theme_overwrite_comparison', $table, $current_theme_data, $this->upgrader->new_theme_data );
Note: See TracChangeset
for help on using the changeset viewer.