Changeset 6583
- Timestamp:
- 01/09/2008 04:37:43 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/pluggable.php
r6551 r6583 725 725 } 726 726 727 return apply_filters('salt', $s alt);727 return apply_filters('salt', $secret_key . $salt); 728 728 } 729 729 endif;
Note: See TracChangeset
for help on using the changeset viewer.