Cache user id instead of full user object in the userlogins cache. Props charleshooper. fixes #3716

git-svn-id: https://develop.svn.wordpress.org/trunk@4859 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2007-02-02 00:00:36 +00:00
parent 26f5beaa3d
commit 609db68a78
2 changed files with 6 additions and 6 deletions

View File

@@ -3,6 +3,6 @@
// This holds the version number in a separate file so we can bump it without cluttering the SVN
$wp_version = '2.2-bleeding';
$wp_db_version = 4774;
$wp_db_version = 4859;
?>