Limit API key description field to 200 characters.

This commit is contained in:
Jeff Stieler 2021-10-07 16:05:00 -04:00
parent 55a4f62d9c
commit 20038828bb
1 changed files with 1 additions and 1 deletions

View File

@ -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">