1 ) { $last_item = array_pop( $data['jumpstart_list'] ); /* translators: %1$s is a comma-separated list of module names or a single module name, %2$s is the last item in the module list */ echo sprintf( __( 'To quickly boost performance, security, and engagement we recommend activating %1$s and %2$s. Click Jump Start to activate these features or learn more', 'jetpack' ), implode( $data['jumpstart_list'], ', ' ), $last_item ); } else { /* translators: %s is a module name */ echo sprintf( __( 'To quickly boost performance, security, and engagement we recommend activating %s. Click Jump Start to activate this feature or learn more', 'jetpack' ), $data['jumpstart_list'][0] ); } ?>
settings page to customize your Jetpack experience.', 'jetpack' ), admin_url( 'admin.php?page=jetpack_modules' ) ); ?>