[wp-trac] [WordPress Trac] #14924: author/user meta data extraction error

WordPress Trac wp-trac at lists.automattic.com
Mon Oct 4 02:53:56 UTC 2010


#14924: author/user meta data extraction error
--------------------------+-------------------------------------------------
 Reporter:  iamronen      |       Owner:                    
     Type:  defect (bug)  |      Status:  new               
 Priority:  normal        |   Milestone:  3.1               
Component:  General       |     Version:  3.0.1             
 Severity:  major         |    Keywords:  user, author, meta
--------------------------+-------------------------------------------------
Changes (by dd32):

  * milestone:  Awaiting Review => 3.1


Comment:

 Test Code:

 {{{
 update_user_meta(1, 'test-key', 'test');
 var_dump( get_the_author_meta('test-key', 1) );
 delete_user_meta(1, 'test-key');
 }}}

 Result Before:
 {{{
 string '' (length=0)
 }}}

 Result After:
 {{{
 string 'test' (length=4)
 }}}

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


More information about the wp-trac mailing list