PluginProbe
WPGet API – Connect to any external REST API / 1.4.6
WPGet API – Connect to any external REST API v1.4.6
1.9.2 1.9.3 1.9.4 1.9.5 1.9.6 1.9.7 1.9.8 1.9.9 2.0.0 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 2.1.0 2.1.1 2.1.3 2.1.4 2.1.5 2.2.0 2.2.1 2.2.10 2.2.2 2.2.3 All 97 releases
← All changes | includes/class-fields.php +4 -2 2.1.51.4.6 View file →
@@ -49,9 +49,11 @@
49 49 'value' => $value['name'],
50 50 'desc' => '',
51 51 'placeholder' => __( 'Name of the parameter', 'wpgetapi' ),
52 52 ) ); ?>
53 - </div><span class="colon">:</span><div class="value input-wrap">
53 + </div><!--
54 +
55 + --><div class="value input-wrap">
54 56 <label for="<?php esc_attr_e( $this->_id( '_value' ) ); ?>">
55 57 <?php esc_html_e( $this->_text( 'parameter_value_text', __( 'Value', 'wpgetapi' ) ) ); ?>
56 58 </label>
57 59
@@ -59,9 +61,9 @@
59 61 'name' => $this->_name( '[value]' ),
60 62 'id' => $this->_id( '_value' ),
61 63 'value' => stripslashes($value['value']),
62 64 'desc' => '',
63 - 'rows' => 1,
65 + 'rows' => 2,
64 66 'placeholder' => __( 'Value of the parameter', 'wpgetapi' ),
65 67 ) ); ?>
66 68 </div>
67 69