Make WordPress Core


Ignore:
Timestamp:
03/02/2009 12:28:52 AM (16 years ago)
Author:
azaozz
Message:

Fix typo, props sambauers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/pluggable.php

    r10638 r10678  
    12381238
    12391239        if ( defined('SECURE_AUTH_SALT') ) {
    1240             $salt = SECRET_AUTH_SALT;
     1240            $salt = SECURE_AUTH_SALT;
    12411241        } else {
    12421242            $salt = get_option('secure_auth_salt');
Note: See TracChangeset for help on using the changeset viewer.