all repos — wp-ffpc @ 6c994ad10a4511dd78eb981dc8c9a6e2345e9158

Merge pull request #3 from haroldkyle/master

Admin labels
Peter Molnar hello@petermolnar.eu
Tue, 02 Apr 2013 10:16:06 -0700
commit

6c994ad10a4511dd78eb981dc8c9a6e2345e9158

parent

b324631392935524cc9133833e49d390e3631e6c

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

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

@@ -365,7 +365,7 @@ <label for="expire"><?php _e('Expiration time (ms)', $this->plugin_constant); ?></label>

</dt> <dd> <input type="number" name="expire" id="expire" value="<?php echo $this->options['expire']; ?>" /> - <span class="description"><?php _e('Sets validity time of entry in milliseconds', $this->plugin_constant); ?></span> + <span class="description"><?php _e('Sets validity time of entry in seconds', $this->plugin_constant); ?></span> </dd> <dt>

@@ -391,7 +391,7 @@ <label for="prefix_data"><?php _e('Data prefix', $this->plugin_constant); ?></label>

</dt> <dd> <input type="text" name="prefix_data" id="prefix_data" value="<?php echo $this->options['prefix_data']; ?>" /> - <span class="description"><?php _e('Prefix for HTML content keys, can be used in nginx.', $this->plugin_constant); ?></span> + <span class="description"><?php _e('Prefix for HTML content keys, can be used in nginx. If you are caching with nginx, you should update your nginx configuration and restart nginx after changing this value.', $this->plugin_constant); ?></span> </dd> <dt>