Changeset 7809 for branches/2.5/wp-config-sample.php
- Timestamp:
- 04/24/08 17:30:57 (7 months ago)
- Files:
-
- branches/2.5/wp-config-sample.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.5/wp-config-sample.php
r7807 r7809 10 10 // Change SECRET_KEY to a unique phrase. You won't have to remember it later, 11 11 // so make it long and complicated. You can visit http://api.wordpress.org/secret-key/1.0/ 12 // to get a ecret key generated for you, or just make something up.12 // to get a secret key generated for you, or just make something up. 13 13 define('SECRET_KEY', 'put your unique phrase here'); // Change this to a unique phrase. 14 14
