[wp-trac] [WordPress Trac] #15458: Lazy-load usermeta into the user object

WordPress Trac wp-trac at lists.automattic.com
Thu Aug 4 14:23:17 UTC 2011


#15458: Lazy-load usermeta into the user object
-------------------------+------------------
 Reporter:  nacin        |       Owner:
     Type:  enhancement  |      Status:  new
 Priority:  normal       |   Milestone:  3.3
Component:  Performance  |     Version:
 Severity:  normal       |  Resolution:
 Keywords:  has-patch    |
-------------------------+------------------

Comment (by aaroncampbell):

 I think that makes sense.  I think this would be an unexpected experience:
 {{{
 $user->id = 123;
 if ( 123 == $user->id )
         echo "why this no work?!?";
 else
         echo "This happens and it shouldn't!";
 }}}

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/15458#comment:21>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list