another malformed setting link
This commit is contained in:
parent
b46c6f5b6c
commit
083dee8e54
1 changed files with 1 additions and 1 deletions
|
@ -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 <a href="%s">WP-FFPC settings!</a>', $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 ) {
|
||||
|
|
Loading…
Reference in a new issue