Changeset 10455 for trunk/wp-includes/user.php
- Timestamp:
- 01/28/2009 10:11:49 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/user.php
r10437 r10455 67 67 if ( is_a($user, 'WP_User') ) { return $user; } 68 68 69 // XXXslight hack to handle initial load of wp-login.php69 // TODO slight hack to handle initial load of wp-login.php 70 70 if ( (empty($username) && empty($password)) && $GLOBALS['pagenow'] == 'wp-login.php' ) { 71 71 return $user;
Note: See TracChangeset
for help on using the changeset viewer.