Clarified expiration is in seconds not milliseconds
Harold Kyle harold@boxcarpress.com
Wed, 09 Apr 2014 14:49:39 -0400
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
wp-ffpc-class.php
→
wp-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']; ?>" />