Hello,
I’m using WordPress 2.7 and there is no SECRET_KEY in wp-config.php, there are only:
define(‘AUTH_KEY’,
define(‘SECURE_AUTH_KEY’,
define(‘LOGGED_IN_KEY’,
define(‘NONCE_KEY’,
Which one do I use? Do I need to enable something to get a SECRET_KEY into my wp-config.php file? Did I miss a step somewhere?
Thanks,
Brad