quick bugfix for "port" field name

git-svn-id: http://plugins.svn.wordpress.org/wp-ffpc/trunk@593900 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
cadeyrn 2012-09-03 08:25:18 +00:00
parent 8b8777ae24
commit 28d5b8efdc

View file

@ -377,7 +377,7 @@ if (!class_exists('WPFFPC')) {
</dd>
<dt>
<label for="port"><?php _e('Host', WP_FFPC_PARAM); ?></label>
<label for="port"><?php _e('Port', WP_FFPC_PARAM); ?></label>
</dt>
<dd>
<input type="number" name="port" id="port" value="<?php echo $this->options['port']; ?>" />