Make WordPress Core

Changeset 10679


Ignore:
Timestamp:
03/02/2009 12:32:22 AM (17 years ago)
Author:
azaozz
Message:

Fix typo, props sambauers for 2.7

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.7/wp-includes/pluggable.php

    r10542 r10679  
    12521252
    12531253                if ( defined('SECURE_AUTH_SALT') ) {
    1254                         $salt = SECRET_AUTH_SALT;
     1254                        $salt = SECURE_AUTH_SALT;
    12551255                } else {
    12561256                        $salt = get_option('secure_auth_salt');
Note: See TracChangeset for help on using the changeset viewer.