quick bugfix for "port" field name git-svn-id: http://plugins.svn.wordpress.org/wp-ffpc/trunk@593900 b8457f37-d9ea-0310-8a92-e5e31aec5664
cadeyrn cadeyrn@b8457f37-d9ea-0310-8a92-e5e31aec5664
Mon, 03 Sep 2012 08:25:18 +0000
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
wp-ffpc.php
→
wp-ffpc.php
@@ -377,7 +377,7 @@ <span class="default"><?php _e('Default ', WP_FFPC_PARAM); ?>: <?php echo $this->defaults['host']; ?></span>
</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']; ?>" />