tlovett1 / simple-cache

A simple caching plugin for WordPress.
https://wordpress.org/plugins/simple-cache/
130 stars 34 forks source link

Typo on recommendation of enabling WP CACHE #127

Open MagneticArrow opened 3 years ago

MagneticArrow commented 3 years ago

Hello, in WP Admin backend the plugin says:

define( "WP_CACHE", true ); is not in wp-config.php. Either click "Attempt Fix" or add the code manually.

Code that plugin will write if able is:

define( 'WP_CACHE', true ); // Simple Cache

Typo is double quote appearing in WP backend, but really is single quote. Thank you.