Changeset 10678 for trunk/wp-includes/pluggable.php
- Timestamp:
- 03/02/2009 12:28:52 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/pluggable.php
r10638 r10678 1238 1238 1239 1239 if ( defined('SECURE_AUTH_SALT') ) { 1240 $salt = SEC RET_AUTH_SALT;1240 $salt = SECURE_AUTH_SALT; 1241 1241 } else { 1242 1242 $salt = get_option('secure_auth_salt');
Note: See TracChangeset
for help on using the changeset viewer.