From 083dee8e54ee575bd0f9db71367378c983f571ff Mon Sep 17 00:00:00 2001 From: Harold Kyle Date: Wed, 18 Mar 2015 11:31:33 -0400 Subject: [PATCH] another malformed setting link --- wp-ffpc-class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-ffpc-class.php b/wp-ffpc-class.php index f63176c..682bf5a 100644 --- a/wp-ffpc-class.php +++ b/wp-ffpc-class.php @@ -229,7 +229,7 @@ class WP_FFPC extends PluginAbstract { /* look for acache file */ if ( ! file_exists ( $this->acache ) ) - $this->errors['no_acache_saved'] = sprintf (__('Advanced cache file is yet to be generated, please save WP-FFPC settings!', $this->plugin_constant), $settings_link ); + $this->errors['no_acache_saved'] = sprintf (__('Advanced cache file is yet to be generated, please save %s', $this->plugin_constant), $settings_link ); /* look for extensions that should be available */ foreach ( $this->valid_cache_type as $backend => $status ) {