Changeset 19771 for trunk/wp-includes/default-constants.php
- Timestamp:
- 01/27/2012 06:52:20 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/default-constants.php
r19712 r19771 141 141 */ 142 142 function wp_cookie_constants( ) { 143 global $wp_default_secret_key;144 145 143 /** 146 144 * Used to guarantee unique hash cookies … … 156 154 157 155 /** 158 * Should be exactly the same as the default value of SECRET_KEY in wp-config-sample.php159 * @since 2.5.0160 */161 $wp_default_secret_key = 'put your unique phrase here';162 163 /**164 156 * @since 2.0.0 165 157 */
Note: See TracChangeset
for help on using the changeset viewer.