$entry ) :
$is_welcome = '0' === $entry['version'];
$entry_args = array();
if ( ! empty( $entry['migration_version'] ) ) {
$entry_args = Admin::get_migration_data( $entry['migration_version'] );
}
$entry_args['version'] = $entry['version'];
if ( $is_welcome ) {
$entry_args['installed_plugins'] = get_plugins();
$entry_args['plugin-list'] = true;
}
?>
>
get_template_part( $entry['template'], null, $entry_args ); ?>