all repos — wp-ffpc @ ac87d69e3c01d5076ac3a1cbd6dedf40532b36e1

Clarified expiration is in seconds not milliseconds
Harold Kyle harold@boxcarpress.com
Wed, 09 Apr 2014 14:49:39 -0400
commit

ac87d69e3c01d5076ac3a1cbd6dedf40532b36e1

parent

ac0fa7830e7757547a63eaba6b54449c81cc3459

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M wp-ffpc-class.phpwp-ffpc-class.php

@@ -448,7 +448,7 @@ <span class="description"><?php _e('Select backend storage driver', $this->plugin_constant); ?></span>

</dd> <dt> - <label for="expire"><?php _e('Expiration time (ms)', $this->plugin_constant); ?></label> + <label for="expire"><?php _e('Expiration time (seconds)', $this->plugin_constant); ?></label> </dt> <dd> <input type="number" name="expire" id="expire" value="<?php echo $this->options['expire']; ?>" />