Make WordPress Core


Ignore:
Timestamp:
12/19/2005 07:14:22 PM (20 years ago)
Author:
ryan
Message:

Cache user ids and user logins separately to avoid collision. Props donncha. fixes #2096

File:
1 edited

Legend:

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

    r3194 r3330  
    5959    var $dirty_objects = array ();
    6060    var $non_existant_objects = array ();
    61     var $global_groups = array ('users', 'usermeta');
     61    var $global_groups = array ('users', 'userlogins', 'usermeta');
    6262    var $blog_id;
    6363    var $cold_cache_hits = 0;
Note: See TracChangeset for help on using the changeset viewer.