PluginProbe
Kit (formerly ConvertKit) – Email Newsletter, Email Marketing, Membership, Subscribers and Landing Pages / 2.5.5
Kit (formerly ConvertKit) – Email Newsletter, Email Marketing, Membership, Subscribers and Landing Pages v2.5.5
3.4.4 3.4.3 3.4.2 3.4.1 3.4.0 3.3.9 3.3.8 3.3.7 3.3.6 3.3.5 3.3.4 3.3.3 3.3.2 3.3.1 2.2.0 2.2.1 2.2.2 2.2.3 2.2.4 2.2.5 2.2.6 2.2.7 2.2.8 2.2.9 2.3.0 All 197 releases
← All changes | views/backend/term/fields-edit.php +5 -9 3.3.22.5.5 View file →
@@ -8,14 +8,14 @@
8 8
9 9 ?>
10 10 <tr class="form-field">
11 11 <th scope="row">
12 - <label for="wp-convertkit-form"><?php esc_html_e( 'Kit Form', 'convertkit' ); ?></label>
12 + <label for="wp-convertkit-form"><?php esc_html_e( 'ConvertKit Form', 'convertkit' ); ?></label>
13 13 </th>
14 14 <td>
15 15 <div class="convertkit-select2-container convertkit-select2-container-grid">
16 16 <?php
17 - $convertkit_forms->output_select_field_all(
17 + echo $convertkit_forms->get_select_field_all( // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
18 18 'wp-convertkit[form]',
19 19 'wp-convertkit-form',
20 20 array(
21 21 'convertkit-select2',
@@ -21,15 +21,14 @@
21 21 'convertkit-select2',
22 22 ),
23 23 esc_attr( $convertkit_term->get_form() ),
24 24 array(
25 - '-1' => esc_html__( 'Default', 'convertkit' ),
26 - '0' => esc_html__( 'None', 'convertkit' ),
25 + '0' => esc_html__( 'Default', 'convertkit' ),
27 26 )
28 27 );
29 28 ?>
30 29
31 - <button class="wp-convertkit-refresh-resources" class="button button-secondary" title="<?php esc_attr_e( 'Refresh Forms from Kit account', 'convertkit' ); ?>" data-resource="forms" data-field="#wp-convertkit-form">
30 + <button class="wp-convertkit-refresh-resources" class="button button-secondary" title="<?php esc_attr_e( 'Refresh Forms from ConvertKit account', 'convertkit' ); ?>" data-resource="forms" data-field="#wp-convertkit-form">
32 31 <span class="dashicons dashicons-update"></span>
33 32 </button>
34 33 <p class="description">
35 34 <code><?php esc_html_e( 'Default', 'convertkit' ); ?></code>
@@ -34,11 +33,8 @@
34 33 <p class="description">
35 34 <code><?php esc_html_e( 'Default', 'convertkit' ); ?></code>
36 35 <?php esc_html_e( ': Display a form based on the Post\'s settings.', 'convertkit' ); ?>
37 36 <br />
38 - <code><?php esc_html_e( 'None', 'convertkit' ); ?></code>
39 - <?php esc_html_e( ': do not display a form.', 'convertkit' ); ?>
40 - <br />
41 37 <?php
42 38 printf(
43 39 /* translators: Taxonomy Name */
44 40 esc_html__( 'Any other option will display that form after the main content for Posts assigned to this %s.', 'convertkit' ),
@@ -50,9 +46,9 @@
50 46 </td>
51 47 </tr>
52 48 <tr class="form-field">
53 49 <th scope="row">
54 - <label for="wp-convertkit-form-position"><?php esc_html_e( 'Display Kit Form on Archive?', 'convertkit' ); ?></label>
50 + <label for="wp-convertkit-form-position"><?php esc_html_e( 'Display ConvertKit Form on Archive?', 'convertkit' ); ?></label>
55 51 </th>
56 52 <td>
57 53 <select name="wp-convertkit[form_position]" id="wp-convertkit-form-position" size="1">
58 54 <option value=""><?php esc_attr_e( 'No', 'convertkit' ); ?></option>