Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #9640, comment 39


Ignore:
Timestamp:
07/17/2011 09:34:26 AM (14 years ago)
Author:
M66B
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9640, comment 39

    initial v1  
    11''wp_update_user'' seems to call ''add_magic_quotes'' for all user meta values (maybe this is new behavior in a recent version of WordPress). According to the [http://codex.wordpress.org/Function_Reference/update_user_meta documentation] of ''update_user_meta'' "''Arrays and objects will be automatically serialized''".
    22
    3 So, either this bug should be fixed or the documentation should be updated.
     3So, either this bug should be fixed or the documentation should be updated. For the time being I made a not in the documentation.