| @@ -61,9 +61,9 @@ | ||
| 61 | 61 | 'name' => $this->_name( '[value]' ), |
| 62 | 62 | 'id' => $this->_id( '_value' ), |
| 63 | 63 | 'value' => stripslashes($value['value']), |
| 64 | 64 | 'desc' => '', |
| 65 | - 'rows' => 1, | |
| 65 | + 'rows' => 2, | |
| 66 | 66 | 'placeholder' => __( 'Value of the parameter', 'wpgetapi' ), |
| 67 | 67 | ) ); ?> |
| 68 | 68 | </div> |
| 69 | 69 | |