Limit API key description field to 200 characters.
This commit is contained in:
parent
7a68bc5ff7
commit
68f1b12797
|
@ -23,7 +23,7 @@ defined( 'ABSPATH' ) || exit;
|
|||
</label>
|
||||
</th>
|
||||
<td class="forminp">
|
||||
<input id="key_description" type="text" class="input-text regular-input" value="<?php echo esc_attr( $key_data['description'] ); ?>" />
|
||||
<input maxlength="200" id="key_description" type="text" class="input-text regular-input" value="<?php echo esc_attr( $key_data['description'] ); ?>" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
|
|
Loading…
Reference in New Issue