Make WordPress Core


Ignore:
Timestamp:
04/24/2008 05:26:36 PM (17 years ago)
Author:
ryan
Message:

Document new secret-key API in sample config.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-config-sample.php

    r6478 r7808  
    99
    1010// Change SECRET_KEY to a unique phrase.  You won't have to remember it later,
    11 // so make it long and complicated.  You can visit https://www.grc.com/passwords.htm
    12 // to get a phrase generated for you, or just make something up.
     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.
    1313define('SECRET_KEY', 'put your unique phrase here'); // Change this to a unique phrase.
    1414
Note: See TracChangeset for help on using the changeset viewer.